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 b3d5e85 commit e21e172Copy full SHA for e21e172
.github/workflows/hiperseis_main_ci.yml
@@ -18,9 +18,8 @@ jobs:
18
path: |
19
/home/runner
20
/usr/share/miniconda/envs/hiperseis
21
- key: anaconda-1
+ key: anaconda
22
- name: Setting up environment
23
- if: steps.cache-dependencies.outputs.cache-hit != 'true'
24
run: |
25
wget -q https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh -O anaconda.sh
26
bash anaconda.sh -b -p $HOME/anaconda3 > /dev/null 2>&1
@@ -30,7 +29,6 @@ jobs:
30
29
sudo apt-get install openmpi-bin libopenmpi-dev
31
sudo apt-get install libhdf5-dev
32
- name: Install dependencies
33
34
35
git submodule update --init --recursive
36
source setup_scripts/conda_env_linux.sh hiperseis
0 commit comments