Skip to content

Commit

Permalink
Fix tox/lint issue with python3.12
Browse files Browse the repository at this point in the history
This patch force usage of python 3.11 for tox/lint
workflows in github as it doesn't work with python 3.12
and above
  • Loading branch information
steweg committed Jan 25, 2024
1 parent 097412c commit 1ce0bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.11
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 1ce0bc1

Please sign in to comment.