Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Mar 8, 2024
1 parent 9e68fd4 commit 4a6d36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
working-directory: ./tests/test2
run: |
md5sum -c output-Ubuntu.md5;
ls output/analyses;
ls output/analyses/00000000;
for dir in $(find output/analyses -type d); do
[ -e "$dir/muller.txt" ]
done
Expand Down
4 changes: 2 additions & 2 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ resources/demon_model/src/demon.cpp \
-I/srv/conda/envs/notebook/include/ \
-lm

#chmod +x prepare-environments.sh
#bash -c 'CONDA_PREFIX="/opt/conda/envs/warlock" ./prepare-environments.sh'
chmod +x prepare-environments.sh
bash -c 'CONDA_PREFIX="/srv/conda/envs/notebook" ./prepare-environments.sh'

0 comments on commit 4a6d36d

Please sign in to comment.