Skip to content

Commit

Permalink
update ci_env before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRa42 committed Aug 8, 2024
1 parent 53137d2 commit 648e4af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
run: |
conda init bash
source ~/.bashrc
conda-merge conda-env.yml environment_sarvey.yml > env.yml
mamba env update -n ci_env -f env.yml
source activate ci_env
rm -rf tests/testdata
wget -c -O testdata.zip https://seafile.projekt.uni-hannover.de/f/4b3be399dffa488e98db/?dl=1
wget -nv -c -O testdata.zip https://seafile.projekt.uni-hannover.de/f/4b3be399dffa488e98db/?dl=1
unzip testdata.zip
mv testdata tests/
make pytest
Expand Down

0 comments on commit 648e4af

Please sign in to comment.