Skip to content

Commit

Permalink
pip install -e . before running py.test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenthompson committed Jan 12, 2021
1 parent e15a48d commit 6cae1ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
black .
- name: Test with pytest
run: |
pip install --no-use-pep517 --no-deps --disable-pip-version-check -e .
py.test

0 comments on commit 6cae1ca

Please sign in to comment.