Skip to content

Commit 17a89d4

Browse files
committed
change python module to 3.9, adapt curl to wget to prevent silent failures
1 parent 5d79bc4 commit 17a89d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export HYDRA_FULL_ERROR=1
5555
# prepare dependencies
5656
if [ "$on_cluster" = true ]; then
5757
# Load Python 3.10 module
58-
module load python/3.10 || { echo "Python module cannot be loaded."; exit 1; }
59-
module load libffi/3.2.1 || { echo "libffi module cannot be loaded."; exit 1; }
58+
module load python/3.9 || { echo "Python module cannot be loaded."; exit 1; }
59+
#module load libffi/3.2.1 || { echo "libffi module cannot be loaded."; exit 1; }
6060
# Set PYTHONPATH to current directory
6161
# export PYTHONPATH=$(pwd)
6262
# on the cluster we already have poetry

0 commit comments

Comments
 (0)