File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -75,6 +75,12 @@ pip3 install ipython==7.10.0
7575pip3 install jedi==0.17
7676pip3 install multiprocess==0.70.12.2
7777pip3 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
7985echo " #######################################################################"
8086echo " ######################### VARIABLES TO EXPORT #########################"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments