Skip to content

Commit

Permalink
Turn off 32-bit wheel version check
Browse files Browse the repository at this point in the history
CI system is 64-bit so it won't install the wheel
  • Loading branch information
djhoese committed Jul 6, 2022
1 parent ef4c56f commit 58df857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
/io/continuous_integration/build-manylinux-wheels.sh
- name: Check version number from inside wheel
if: matrix.docker-image != 'manylinux1_i686'
if: matrix.docker-image != 'manylinux2014_i686'
run: |
mv pyresample unused_src_to_prevent_local_import
python -m pip install pyresample
Expand Down

0 comments on commit 58df857

Please sign in to comment.