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 23b9612 commit 6b96adfCopy full SHA for 6b96adf
.github/workflows/hiperseis_main_ci.yml
@@ -1,5 +1,5 @@
1
# This workflow is setup by Fei Zhang to use Github Actions 2020-09-14
2
-# Updated by Melyn Roberts 2025 June to run tests on Python 3.6.8 as designated in linux startup script
+# Updated by Melyn Roberts 2025 June to run tests using Anaconda3-2021.11 and Python and package versions designated in linux startup script
3
4
name: hiperseis_main_ci
5
@@ -39,6 +39,9 @@ jobs:
39
source setup_scripts/conda_env_linux.sh hiperseis
40
- name: Running pytest
41
run: |
42
+ eval "$(conda shell.bash hook)"
43
+ conda init
44
+ conda activate hiperseis
45
pip install -r tests/requirements.txt
46
pytest --cov --cov-report=xml ./tests
47
- name: Upload coverage reports to Codecov
0 commit comments