diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 79c565cf1e23..dd9a730e2a66 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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)}} @@ -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