File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 2424 run : |
2525 git submodule update --init --recursive
2626 source setup_scripts/conda_env_linux.sh hiperseis
27- - name : Always save cache
28- id : cache-dependencies-save
29- if : always()
30- uses : actions/cache/save@main
31- with :
32- key : anaconda-3
33- path : |
34- /home/runner/work/hiperseis
35- /usr/share/miniconda/envs/hiperseis
3627 - name : Running pytest
3728 shell : bash -el {0}
3829 run : |
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ pip3 install joblib==0.14.1
4343pip3 install scikit-learn==0.22.2.post1
4444pip3 install tqdm==4.43.0
4545pip3 install sortedcontainers==2.3.0
46- pip3 install obspy==1.2.0
46+ pip3 install obspy
4747pip3 install click==7.1.2
4848pip3 install netCDF4==1.4.0
4949pip3 install pyasdf==0.5.1
You can’t perform that action at this time.
0 commit comments