Skip to content

Commit 9174465

Browse files
committed
Remove CPATH
1 parent dc35015 commit 9174465

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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
26+
key: anaconda-${{ runner.os }}
2727
- name: Setting up environment
2828
if: steps.cache-dependencies.outputs.cache-hit != 'true'
2929
run: |

setup_scripts/conda_env_linux.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ 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/
2322

2423
echo "==== Activating conda environment ===="
2524
conda activate $1

0 commit comments

Comments
 (0)