Skip to content

Commit 1b61f52

Browse files
authored
Merge pull request #186 from minrk/cov-report
use editable install to get test coverage
2 parents d05dd8e + da04e66 commit 1b61f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Install Python dependencies
6666
run: |
6767
pip install --upgrade setuptools pip
68-
pip install -r dev-requirements.txt --upgrade .
68+
pip install -r dev-requirements.txt -e .
6969
python -m jupyterhub_traefik_proxy.install --output=./bin
7070
7171
pip freeze

0 commit comments

Comments
 (0)