Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
use python 3.12
  • Loading branch information
egrace479 authored Jul 25, 2024
1 parent 60a1aa1 commit 248f332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- name: install dependencies
run: pip install .
Expand Down

0 comments on commit 248f332

Please sign in to comment.