We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc35015 commit 9174465Copy full SHA for 9174465
.github/workflows/hiperseis_main_ci.yml
@@ -23,7 +23,7 @@ jobs:
23
path: |
24
/home/runner
25
/usr/share/miniconda/envs/hiperseis
26
- key: anaconda
+ key: anaconda-${{ runner.os }}
27
- name: Setting up environment
28
if: steps.cache-dependencies.outputs.cache-hit != 'true'
29
run: |
setup_scripts/conda_env_linux.sh
@@ -19,7 +19,6 @@ fi
19
20
echo "==== Create a conda environment with requisite packages ===="
21
conda create -n $1 -c conda-forge python=3.6.8 gfortran_linux-64==7.5.0 gcc_linux-64==7.5.0 gxx_linux-64==7.5.0 proj4 geos libxcrypt
22
-export CPATH=/opt/conda/include/
echo "==== Activating conda environment ===="
conda activate $1
0 commit comments