We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce460f2 commit 31bd368Copy full SHA for 31bd368
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
python -m pip install flake8
32
python -m pip install codecov
33
python -m pip install pytest-cov
34
- python -m pip install -e skprox
+ python -m pip install -e .
35
- name: Lint with flake8
36
run: |
37
# stop the build if there are Python syntax errors or undefined names
0 commit comments