Skip to content

Commit

Permalink
chore: Update package installation step in tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cch1999 committed Aug 21, 2024
1 parent b60788f commit f73a6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
#- name: Install PyTorch
# run: mamba install -c pytorch pytorch==${{matrix.torch}} cpuonly

- name: Install Extras
run: pip install -r requirements.txt
- name: Install package
run: pip install .

# - name: Install OpenBabel
# run: mamba install -c conda-forge openbabel
Expand Down

0 comments on commit f73a6b9

Please sign in to comment.