Skip to content

Commit

Permalink
back to Python 3.11 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Oct 2, 2023
1 parent a9336ee commit 3af654e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ runs:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'
cache: 'pip' # caching pip dependencies

- run: pip3 install -r requirements.txt 2>&1
Expand Down

0 comments on commit 3af654e

Please sign in to comment.