Skip to content

Commit

Permalink
fix pip_install_e.yml to install gdal and geopandas so window will work
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Dec 12, 2024
1 parent 03d27df commit 815e1b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pip_install_e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main]

name: Test CoastSeg pip install -e .
name: Test CoastSeg Pip Installation
jobs:
Test:
name: ${{ matrix.os }}, ${{ matrix.env }}
Expand All @@ -28,6 +28,9 @@ jobs:
- run: |
conda info
conda list
- name: Install gdal and geopandas from conda
run: |
conda install -c conda-forge gdal geopandas -y
- name: Install coastseg with pip install -e .
run: |
pip install -e . --user
Expand Down

0 comments on commit 815e1b9

Please sign in to comment.