Skip to content

Commit

Permalink
update requirements filename
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Jul 19, 2024
1 parent fbd0d17 commit 4660576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
- name: Install requirements
# 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-dev-pytest.txt
pip install -r ansible_collections/arista/cvp/requirements.txt
- name: 'Execute pytest validation'
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Temp requirements for python 3.9 (removed ansible-lint)
# Temp requirements for pytest testing. Required ansible-lint version as it's not compatible with Python 3.9, so it is removed.
ansible-core>=2.15.0,<2.18.0
ansible-builder
galaxy-importer>=0.3.1
Expand Down

0 comments on commit 4660576

Please sign in to comment.