We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a87dc commit c817423Copy full SHA for c817423
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Print python version
18
run: python -VV
19
- name: Install dependencies
20
- run: pip install -e .[test]
+ run: pip install -e '.[test]'
21
- name: Test with pytest
22
run: pytest --cov --cov-report=html
23
- name: Generate coverage badge
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/checkout@v4
35
- uses: actions/setup-python@v5
36
37
- run: pip install -e .[test,hack]
+ run: pip install -e '.[test,hack]'
38
- name: Run mypy
39
run: mypy
40
docs:
0 commit comments