Skip to content

Commit 23a51b0

Browse files
committed
Revert "Remove CPATH"
This reverts commit 9174465.
1 parent 9174465 commit 23a51b0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: |
2424
/home/runner
2525
/usr/share/miniconda/envs/hiperseis
26-
key: anaconda-${{ runner.os }}
26+
key: anaconda
2727
- name: Setting up environment
2828
if: steps.cache-dependencies.outputs.cache-hit != 'true'
2929
run: |

setup_scripts/conda_env_linux.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fi
1919

2020
echo "==== Create a conda environment with requisite packages ===="
2121
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/
2223

2324
echo "==== Activating conda environment ===="
2425
conda activate $1

0 commit comments

Comments
 (0)