Skip to content

Commit

Permalink
revert to editable install
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 9, 2024
1 parent 81975c0 commit 4063781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: conda install -c conda-forge openbabel

- name: Install dependencies
run: uv pip install '.[dev]' --system
run: uv pip install -e '.[dev]' --system

- name: pytest
env:
Expand Down

0 comments on commit 4063781

Please sign in to comment.