Skip to content

Commit

Permalink
rollback python dependency for pinned wisdem[opt] compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cfrontin committed Dec 30, 2024
1 parent 58ef8e7 commit 4e6bd13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.10'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 4e6bd13

Please sign in to comment.