Skip to content

Commit

Permalink
Pin Python 3.11 in pythonpublish workflow (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Feb 15, 2024
1 parent 04b7925 commit e41062c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/[email protected]
with:
python-version: '3.x'
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit e41062c

Please sign in to comment.