Skip to content

Commit

Permalink
ci: install --editable
Browse files Browse the repository at this point in the history
  • Loading branch information
jgehrcke committed Jun 2, 2023
1 parent 31244f8 commit 4cfbf66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: install deps
run: pip install -r requirements-tests.txt
run: |
pip install -r requirements-tests.txt
pip install --editable .
- name: run tests
run: pytest -vv test

0 comments on commit 4cfbf66

Please sign in to comment.