Skip to content

Commit

Permalink
remove --no-index
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Sep 3, 2024
1 parent ebb146e commit 1bd087c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-io-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install built wheel
if: matrix.target == 'x86_64'
run: |
pip install geoarrow-rust-io --no-index --find-links dist --force-reinstall
pip install geoarrow-rust-io --find-links dist --force-reinstall
python -c "import geoarrow.rust.io"
# Have to set path from root
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
# # apt-get install -y --no-install-recommends python3 python3-pip
# # pip3 install -U pip
# # run: |
# # pip install geoarrow-rust-io --no-index --find-links dist --force-reinstall
# # pip install geoarrow-rust-io --find-links dist --force-reinstall
# # python -c "import geoarrow.rust.io"

# # Have to set path from root
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

- name: Install built wheel - ${{ matrix.target }}
run: |
pip install geoarrow-rust-io --no-index --find-links dist --force-reinstall
pip install geoarrow-rust-io --find-links dist --force-reinstall
python -c "import geoarrow.rust.io"
# Have to set path from root
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

- name: Install built wheel
run: |
pip install geoarrow-rust-io --no-index --find-links dist --force-reinstall
pip install geoarrow-rust-io --find-links dist --force-reinstall
python -c "import geoarrow.rust.io"
- name: Upload wheels
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
# run: |
# apk add py3-pip
# pip3 install -U pip
# pip3 install geoarrow-rust-io --no-index --find-links /io/dist/ --force-reinstall
# pip3 install geoarrow-rust-io --find-links /io/dist/ --force-reinstall
# python3 -c "import geoarrow.rust.io"

# - name: Upload wheels
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
# apk add py3-pip
# pip3 install -U pip
# run: |
# pip3 install geoarrow-rust-io --no-index --find-links dist/ --force-reinstall
# pip3 install geoarrow-rust-io --find-links dist/ --force-reinstall
# python3 -c "import geoarrow.rust.io"

# - name: Upload wheels
Expand Down

0 comments on commit 1bd087c

Please sign in to comment.