Skip to content

Commit f541348

Browse files
committed
Trying to fix coverage report with pip install -e
1 parent 5532223 commit f541348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Install test dependencies
7070
run: |
7171
python -m pip install --upgrade pip wheel
72-
pip install .[test]
72+
pip install -e.[test]
7373
- name: Test with coverage
7474
run: pytest --cov=gql --cov-report=xml --cov-report=term-missing tests
7575
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)