Skip to content

Commit

Permalink
Don't setup default python
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Mar 18, 2024
1 parent 7e098a7 commit 2028a8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ jobs:
# the cache. Better cross-job sequencing would be nice here
save-if: False

- name: (aarch64) Set up default python
if: matrix.platform == 'aarch64'
run: rm /usr/bin/python3 && mv /usr/local/bin/python3.8 /usr/bin/python3
# - name: (aarch64) Set up default python
# if: matrix.platform == 'aarch64'
# run: rm /usr/bin/python3 && mv /usr/local/bin/python3.8 /usr/bin/python3

# The pip-cache setup logic doesn't work in the ubuntu docker container
# That's probably fine since we bake these deps into the container already
Expand Down

0 comments on commit 2028a8d

Please sign in to comment.