Skip to content

Commit e21e172

Browse files
committed
Anaconda
1 parent b3d5e85 commit e21e172

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
1818
path: |
1919
/home/runner
2020
/usr/share/miniconda/envs/hiperseis
21-
key: anaconda-1
21+
key: anaconda
2222
- name: Setting up environment
23-
if: steps.cache-dependencies.outputs.cache-hit != 'true'
2423
run: |
2524
wget -q https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh -O anaconda.sh
2625
bash anaconda.sh -b -p $HOME/anaconda3 > /dev/null 2>&1
@@ -30,7 +29,6 @@ jobs:
3029
sudo apt-get install openmpi-bin libopenmpi-dev
3130
sudo apt-get install libhdf5-dev
3231
- name: Install dependencies
33-
if: steps.cache-dependencies.outputs.cache-hit != 'true'
3432
run: |
3533
git submodule update --init --recursive
3634
source setup_scripts/conda_env_linux.sh hiperseis

0 commit comments

Comments
 (0)