Skip to content

Commit

Permalink
switch dssp back to apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Jamasb committed Oct 24, 2023
1 parent 9ed95ae commit f49f504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
#- name: Activate Conda Environment
# run: source activate graphein-dev
- name: Install DSSP
run: conda install dssp -c salilab
run: sudo apt-get install dssp
- name: Install mmseqs
run: mamba install -c conda-forge -c bioconda mmseqs2
- name: Install PyTorch
Expand Down

0 comments on commit f49f504

Please sign in to comment.