Skip to content

Commit

Permalink
Pin exact working versions of some packages we need for Cactus
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed May 19, 2022
1 parent b644432 commit 5adcb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,6 @@ cactus_integration:
- git submodule update --init --recursive
- pip install --upgrade setuptools pip
- pip install --upgrade .
- pip install psutil numpy --upgrade
- pip install psutil==5.9.0 numpy==1.22.3 networkx==2.8.0 --upgrade
- toil clean aws:us-west-2:${BUCKET_NAME}
- time cactus --setEnv SINGULARITY_DOCKER_HUB_MIRROR --batchSystem kubernetes --binariesMode singularity --clean always aws:us-west-2:${BUCKET_NAME} examples/evolverMammals.txt examples/evolverMammals.hal --root mr --defaultDisk "8G" --logDebug

0 comments on commit 5adcb7c

Please sign in to comment.