We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5532223 commit f541348Copy full SHA for f541348
.github/workflows/tests.yml
@@ -69,7 +69,7 @@ jobs:
69
- name: Install test dependencies
70
run: |
71
python -m pip install --upgrade pip wheel
72
- pip install .[test]
+ pip install -e.[test]
73
- name: Test with coverage
74
run: pytest --cov=gql --cov-report=xml --cov-report=term-missing tests
75
- name: Upload coverage to Codecov
0 commit comments