Skip to content

Commit

Permalink
Only install Python 3.11 for macs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Sep 5, 2024
1 parent 34f7434 commit 5fdc9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gen-scie-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
--platform linux/${{ matrix.docker-arch }} \
python:3.11-slim-bullseye bash ./gen-scie-platform.sh
- name: Setup Python 3.11
if: ${{ ! matrix.docker-arch }}
uses: actions/setup-python@v5
with:
python-version: "3.11"
Expand Down

0 comments on commit 5fdc9b3

Please sign in to comment.