Skip to content

Commit

Permalink
update actions used in pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Dec 12, 2024
1 parent 815e1b9 commit 8620a83
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pip_install_e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,19 @@ jobs:
strategy:
fail-fast: false
matrix:
# tensorflow supports up to python 3.10
os: [ubuntu-latest, windows-latest, macos-latest]
env: [ci/envs/310-coastseg.yaml]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
environment-file: ${{ matrix.env }}
miniconda-version: "latest"
python-version: "3.10"
- 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 8620a83

Please sign in to comment.