Skip to content

Commit 8b6d363

Browse files
committed
Remove reinstallations of linux packages
1 parent 26fd408 commit 8b6d363

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ jobs:
4040
eval "$(conda shell.bash hook)"
4141
conda init
4242
conda activate hiperseis
43-
sudo apt-get install openmpi-bin libopenmpi-dev
44-
sudo apt-get install libhdf5-dev
4543
pip install -r tests/requirements.txt
4644
pytest --cov --cov-report=xml ./tests
4745
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)