We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed36119 commit 2d04d2dCopy full SHA for 2d04d2d
1 file changed
.github/workflows/python-app.yml
@@ -28,7 +28,7 @@ jobs:
28
python -m pip install flake8 pytest
29
- name: Build package
30
run: |
31
- python -m pip install . -v
+ python -m pip install -e . -v
32
- name: Test with pytest
33
34
pytest
0 commit comments