diff --git a/.github/workflows/module_integration.yml b/.github/workflows/module_integration.yml index 87bf0218e4..10a47c8869 100644 --- a/.github/workflows/module_integration.yml +++ b/.github/workflows/module_integration.yml @@ -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