Skip to content

Commit 23b9612

Browse files
committed
Remove conda environment activation
1 parent 8bccdb0 commit 23b9612

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +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
23

34
name: hiperseis_main_ci
45

@@ -38,9 +39,6 @@ jobs:
3839
source setup_scripts/conda_env_linux.sh hiperseis
3940
- name: Running pytest
4041
run: |
41-
eval "$(conda shell.bash hook)"
42-
conda init
43-
conda activate hiperseis
4442
pip install -r tests/requirements.txt
4543
pytest --cov --cov-report=xml ./tests
4644
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)