Skip to content

Commit

Permalink
Change install order
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jul 28, 2024
1 parent fbb2b18 commit 3fd3a52
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pr_revx_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,20 @@ jobs:
with:
auto-update-conda: true
python-version: 3.9
- name: Install rex dependencies
working-directory: ./rex
shell: bash -l {0}
run: |
conda install pip pandas
pip install -e .
- name: Install reVX dependencies
working-directory: ./reVX
shell: bash -l {0}
run: |
conda install rtree pytest
conda install pip rtree pytest
pip install geopandas
pip install --upgrade --force-reinstall shapely~=1.8
pip install -e .
pip install HOPP
- name: Install rex
working-directory: ./rex
shell: bash -l {0}
run: |
pip install -e .
- name: Run reVX pytest
working-directory: ./reVX
shell: bash -l {0}
Expand Down

0 comments on commit 3fd3a52

Please # to comment.