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 8bccdb0 commit 23b9612Copy full SHA for 23b9612
.github/workflows/hiperseis_main_ci.yml
@@ -1,4 +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
3
4
name: hiperseis_main_ci
5
@@ -38,9 +39,6 @@ jobs:
38
39
source setup_scripts/conda_env_linux.sh hiperseis
40
- name: Running pytest
41
run: |
- eval "$(conda shell.bash hook)"
42
- conda init
43
- conda activate hiperseis
44
pip install -r tests/requirements.txt
45
pytest --cov --cov-report=xml ./tests
46
- name: Upload coverage reports to Codecov
0 commit comments