Skip to content

Commit

Permalink
use local pip install for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeejay committed Feb 2, 2024
1 parent becb20b commit e9657c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
python -V
- name: Install GOSTnets
run: |
conda install -c conda-forge rtree=0.9.3 geopandas rasterio geojson
python setup.py build
python setup.py install
pip install .
- name: Test GOSTnets install
run: |
python -c "import GOSTnets"

0 comments on commit e9657c5

Please sign in to comment.