Skip to content

Commit

Permalink
ci: install t-route mods in non-editable mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney authored and hellkite500 committed Jun 12, 2024
1 parent 84ae99c commit 74a3ef3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/module_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,10 @@ jobs:
export LIBRARY_PATH=/usr/local/lib/gcc/11/
export LD_LIBRARY_PATH=/usr/local/lib/gcc/11/
fi
sed -i.bak 's/NETCDF}"/NETCDF}\/include"/' compiler.sh
export NETCDFALTERNATIVE=${NETCDF}/include
export FC=gfortran
export F90=gfortran
./compiler.sh
cd src
pip install troute-nwm/
pip install --install-option="--use-cython" troute-network/
pip install --install-option="--use-cython" troute-routing/
./compiler.sh no-e
deactivate
Expand Down

0 comments on commit 74a3ef3

Please sign in to comment.