Skip to content

Commit dc35015

Browse files
committed
Remove tests/requirements.txt
1 parent 6b96adf commit dc35015

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/hiperseis_main_ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
eval "$(conda shell.bash hook)"
4343
conda init
4444
conda activate hiperseis
45-
pip install -r tests/requirements.txt
4645
pytest --cov --cov-report=xml ./tests
4746
- name: Upload coverage reports to Codecov
4847
uses: codecov/codecov-action@main

setup_scripts/conda_env_linux.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ pip3 install ipython==7.10.0
7575
pip3 install jedi==0.17
7676
pip3 install multiprocess==0.70.12.2
7777
pip3 install pathos==0.2.8
78+
pip3 install pytest
79+
pip3 install pytest-cov
80+
pip3 install coverage
81+
pip3 install requests_mock
82+
pip3 install pyyaml
83+
pip3 install tables
7884

7985
echo "#######################################################################"
8086
echo "######################### VARIABLES TO EXPORT #########################"

tests/requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)