Skip to content

Commit

Permalink
gh workflow python version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fwiebe committed Jan 10, 2024
1 parent 8cb8667 commit 1860146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ub22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: env.run_tests == 'true'
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install pytest
if: env.run_tests == 'true'
run: |
Expand Down

0 comments on commit 1860146

Please sign in to comment.