Skip to content

Commit

Permalink
Removes -e option to pip install to test #5
Browse files Browse the repository at this point in the history
  • Loading branch information
hcarter333 authored Jan 5, 2024
1 parent 177f6b2 commit 4b66865
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 @@ -21,7 +21,7 @@ jobs:
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install -e '.[test]'
pip install '.[test]'
- name: Run tests
run: |
pytest -v -vv -rx

0 comments on commit 4b66865

Please sign in to comment.