Skip to content

Commit

Permalink
Drop down to Python 3.11 for proper tox support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Sep 5, 2024
1 parent a1f0b47 commit 34f7434
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gen-scie-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,11 @@ jobs:
-v $PWD:/code \
-w /code \
--platform linux/${{ matrix.docker-arch }} \
python:3.12-slim-bullseye bash ./gen-scie-platform.sh
python:3.11-slim-bullseye bash ./gen-scie-platform.sh
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Generate Complete Platform
if: ${{ ! matrix.docker-arch }}
run: ./gen-scie-platform.sh
Expand Down

0 comments on commit 34f7434

Please sign in to comment.