Skip to content

Commit 20d51ba

Browse files
committed
Update comment
1 parent 23b9612 commit 20d51ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
2+
# Updated by Melyn Roberts 2025 June to run tests using Anaconda3-2021.11 and Python and package versions designated in linux startup script
33

44
name: hiperseis_main_ci
55

@@ -39,6 +39,9 @@ jobs:
3939
source setup_scripts/conda_env_linux.sh hiperseis
4040
- name: Running pytest
4141
run: |
42+
eval "$(conda shell.bash hook)"
43+
conda init
44+
conda activate hiperseis
4245
pip install -r tests/requirements.txt
4346
pytest --cov --cov-report=xml ./tests
4447
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)