Skip to content

Commit 656eccf

Browse files
committed
Obspy version and remove all caching
1 parent a3349b4 commit 656eccf

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ jobs:
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: |

setup_scripts/conda_env_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pip3 install joblib==0.14.1
4343
pip3 install scikit-learn==0.22.2.post1
4444
pip3 install tqdm==4.43.0
4545
pip3 install sortedcontainers==2.3.0
46-
pip3 install obspy==1.2.0
46+
pip3 install obspy
4747
pip3 install click==7.1.2
4848
pip3 install netCDF4==1.4.0
4949
pip3 install pyasdf==0.5.1

0 commit comments

Comments
 (0)