Skip to content

Commit

Permalink
build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kjappelbaum committed May 26, 2024
1 parent 0f80b2a commit 6263ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:

- name: Install dependencies
run: |
mamba install -c conda-forge openbabel fftw3 -y
pip install -e ".[dev]"
mamba install -c conda-forge openbabel -y
- name: Test
run: pytest tests

0 comments on commit 6263ef5

Please sign in to comment.