Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
yoels committed Feb 4, 2025
1 parent 20139c7 commit d720e05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ biopython
pipdeptree
## dummy2
pipdeptree
pipdeptree
# bananaphone
7 changes: 4 additions & 3 deletions run_all_unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ create_env() {
fi

# Python version
#PYTHON_VER=3.9
PYTHON_VER=3.10
PYTHON_VER=3.9
#PYTHON_VER=3.10
ENV_NAME="fuse-drug_$PYTHON_VER-CUDA-$force_cuda_version-$(echo -n $requirements | sha256sum | awk '{print $1;}')"
echo $ENV_NAME

Expand Down Expand Up @@ -104,7 +104,8 @@ create_env() {
conda run $env pipdeptree

#conda install libgcc=5.2.0 #to fix glibcc error
pip install --ignore-installed pandas #to hopefully solve the glibcc error
#pip install --ignore-installed pandas #to hopefully solve the glibcc error
conda install -c conda-forge gxx_linux-64==11.1.0
fi
) 873>$lock_filename

Expand Down

0 comments on commit d720e05

Please sign in to comment.