Skip to content

Commit 88d1765

Browse files
Also install project
1 parent 6201f60 commit 88d1765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
cache-dependency-path: |
6767
'pyproject.toml'
6868
'requirements-dev.txt'
69-
- run: pip install -r requirements-dev.txt
69+
- run: pip install -r requirements-dev.txt -e .
7070
- run: mypy --config-file pyproject.toml .

0 commit comments

Comments
 (0)