Skip to content

Commit

Permalink
Install without -e
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Sep 19, 2023
1 parent 634751a commit 5fc0545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
setup.py
pyproject.toml
dev-requirements.txt
- run: pip install -e .
- run: pip install .

- name: Install with dependencies
run: |
Expand Down

0 comments on commit 5fc0545

Please sign in to comment.