Skip to content

Commit

Permalink
Update conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrosantanabonilla authored Dec 17, 2024
1 parent ce8cd0e commit 56d6b3c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@ jobs:
- name: xtb installation
shell: bash -l {0}
run: |
conda install conda-forge::xtb
conda install -n my_env -c conda-forge xtb -y
- name: Install MDAnalysis
shell: bash -l {0}
run: |
conda install -n my_env -c conda-forge mdanalysis -y

0 comments on commit 56d6b3c

Please sign in to comment.