Skip to content

Commit

Permalink
downgraded python version in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sugetha24 committed Jun 3, 2024
1 parent d684fe3 commit 7e7dc14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: |
3.10
3.11
3.12
3.9
# 3.10
# 3.11
# 3.12
- name: 'Install Python & Ansible requirements'
run: |
pip install -r ansible_collections/arista/cvp/requirements.txt -r ansible_collections/arista/cvp/requirements-dev.txt --upgrade
Expand Down

0 comments on commit 7e7dc14

Please sign in to comment.