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 6b2228d commit 579d529Copy full SHA for 579d529
.github/workflows/ci.yaml
@@ -29,7 +29,9 @@ jobs:
29
steps:
30
- uses: actions/checkout@v2
31
- uses: actions/setup-python@v2
32
- - run: pip install '.[devel]'
+ with:
33
+ python-version: '3.9.4'
34
+ - run: pip install -e '.[devel]'
35
- run: pre-commit install
36
- run: pre-commit run --all-files
37
run-tests:
@@ -39,6 +41,6 @@ jobs:
39
41
40
42
43
with:
- python-version: '3.8'
44
45
- run: pip install '.[devel]'
46
- run: pytest tests
0 commit comments