Skip to content

Commit

Permalink
ci: python --no-index
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Sep 11, 2024
1 parent c8586e9 commit 6311ae1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
set -e
python3 -m venv .venv
source .venv/bin/activate
pip install roaring_landmask --find-links dist --force-reinstall
pip install roaring_landmask --no-index --find-links dist --force-reinstall
pip install pytest pytest-benchmark numpy shapely
pytest
- name: pytest
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
python3 -m virtualenv .venv
source .venv/bin/activate
pip install pytest pytest-benchmark numpy shapely
pip install roaring_landmask --find-links dist --force-reinstall
pip install roaring_landmask --no-index --find-links dist --force-reinstall
pytest
windows:
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
set -e
python3 -m venv .venv
source .venv/Scripts/activate
pip install roaring_landmask --find-links dist --force-reinstall
pip install roaring_landmask --no-index --find-links dist --force-reinstall
pip install pytest pytest-benchmark numpy shapely
pytest
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
set -e
python3 -m venv .venv
source .venv/bin/activate
pip install roaring_landmask --find-links dist --force-reinstall
pip install roaring_landmask --no-index --find-links dist --force-reinstall
pip install pytest pytest-benchmark numpy shapely
pytest
Expand Down

0 comments on commit 6311ae1

Please sign in to comment.