Skip to content

Commit

Permalink
Update github_actions.yml
Browse files Browse the repository at this point in the history
disable pytorch installation (no space left on device)
  • Loading branch information
DimaMolod authored Feb 13, 2024
1 parent 3756bda commit 30a63fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate AlphaPulldown
pip install torch --pre -f https://download.pytorch.org/whl/nightly/cu121/torch_nightly.html
#pip install torch --pre -f https://download.pytorch.org/whl/nightly/cu121/torch_nightly.html
- name: Check imports of submodules
run : |
eval "$(conda shell.bash hook)"
conda activate AlphaPulldown
pip install torch --pre -f https://download.pytorch.org/whl/nightly/cu121/torch_nightly.html
git clone https://github.com/dptech-corp/Uni-Core.git
cd Uni-Core
python3 setup.py install --disable-cuda-ext
#pip install torch --pre -f https://download.pytorch.org/whl/nightly/cu121/torch_nightly.html
#git clone https://github.com/dptech-corp/Uni-Core.git
#cd Uni-Core
#python3 setup.py install --disable-cuda-ext
python -c "from colabfold.batch import get_queries, unserialize_msa, get_msa_and_templates, msa_to_str, build_monomer_feature, parse_fasta"
- name: Run Tests
Expand Down

0 comments on commit 30a63fe

Please sign in to comment.