Skip to content

Commit

Permalink
Pin Python version to 3.11 for the lint and cov GH Actions jobs (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss committed Nov 4, 2023
1 parent fcd50d3 commit 7d53780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11' # FIXME: on py3.12.0, pylint seems to be unable to import distutils.errors
- run: pip install --upgrade tox
- run: tox -v -e lint

Expand All @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.x'
python-version: '3.11' # FIXME: on py3.12.0, editable wheels fail (reported using distutils.errors.DistutilsModuleError)
- uses: actions/setup-java@v3
with:
java-version: 17
Expand Down

0 comments on commit 7d53780

Please sign in to comment.