Skip to content

Commit

Permalink
Do not test with an editable install on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Dec 15, 2022
1 parent 537f5fe commit 0eeac5f
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 @@ -59,7 +59,7 @@ jobs:
- name: Run tests
run: |
pip install -e .[test]
pip install .[test]
pytest
# TODO: Moving to pyproject.toml (aka PEP 518) based packaging
Expand Down

0 comments on commit 0eeac5f

Please sign in to comment.