Skip to content

Commit

Permalink
Remove unneeded step.
Browse files Browse the repository at this point in the history
  • Loading branch information
orionarcher committed Apr 8, 2024
1 parent 930c801 commit 4802525
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,7 @@ jobs:
- name: Install ubuntu-only conda dependencies
if: matrix.os == 'ubuntu-latest'
run: |
micromamba install -n pymatgen -c conda-forge enumlib packmol bader --yes
- name: Install openff-toolkit via conda
if: matrix.os == 'ubuntu-latest'
run: |
micromamba install -n pymatgen -c conda-forge openbabel openff-toolkit --yes
micromamba install -n pymatgen -c conda-forge enumlib packmol bader openbabel openff-toolkit --yes
- name: Install pymatgen and dependencies
run: |
Expand Down

0 comments on commit 4802525

Please sign in to comment.