Skip to content

Commit 4a0242c

Browse files
committed
Fix github actions on push (again)
1 parent 39e4ff2 commit 4a0242c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r requirements.txt
23+
# install project in editable mode + dev extras (quotes are important!)
24+
pip install -e ".[dev]"
2325
2426
- name: Run tests
2527
run: pytest tests/

0 commit comments

Comments
 (0)