Skip to content

Commit 6cae1ca

Browse files
committed
pip install -e . before running py.test in CI
1 parent e15a48d commit 6cae1ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ jobs:
2929
black .
3030
- name: Test with pytest
3131
run: |
32+
pip install --no-use-pep517 --no-deps --disable-pip-version-check -e .
3233
py.test
3334

0 commit comments

Comments
 (0)