Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann authored Jul 18, 2024
1 parent 96bc510 commit 42cf94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
with:
python-version: ${{ matrix.python_version }}
- name: Install requirements
# forcing a specific version of ansible-lint to install requirement-dev in Python 3.9.
# Removing ansible-lint in requirement-dev-3.9 to allow requirements installation for Python 3.9.
run: |
pip install -r ansible_collections/arista/cvp/requirements-dev-3.9.txt
pip install -r ansible_collections/arista/cvp/requirements.txt
Expand Down

0 comments on commit 42cf94a

Please sign in to comment.