Skip to content

Commit

Permalink
Fix stuff I noticed in the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Mar 19, 2024
1 parent f517c49 commit 7d34e1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
wheels:
name: Build Python Wheels
needs: [matrix-setup]
needs: [lint, matrix-setup]

strategy:
matrix: ${{fromJson(needs.matrix-setup.outputs.matrix)}}
Expand Down Expand Up @@ -150,10 +150,6 @@ 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

# 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
- name: Setup python
Expand Down

0 comments on commit 7d34e1c

Please sign in to comment.