Skip to content

Commit 31bd368

Browse files
Update test.yml
1 parent ce460f2 commit 31bd368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install flake8
3232
python -m pip install codecov
3333
python -m pip install pytest-cov
34-
python -m pip install -e skprox
34+
python -m pip install -e .
3535
- name: Lint with flake8
3636
run: |
3737
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)