Skip to content

Commit 579d529

Browse files
committed
fixup! fixup! fixup! Add Github issues and PRs scanner
1 parent 6b2228d commit 579d529

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- uses: actions/setup-python@v2
32-
- run: pip install '.[devel]'
32+
with:
33+
python-version: '3.9.4'
34+
- run: pip install -e '.[devel]'
3335
- run: pre-commit install
3436
- run: pre-commit run --all-files
3537
run-tests:
@@ -39,6 +41,6 @@ jobs:
3941
- uses: actions/checkout@v2
4042
- uses: actions/setup-python@v2
4143
with:
42-
python-version: '3.8'
44+
python-version: '3.9.4'
4345
- run: pip install '.[devel]'
4446
- run: pytest tests

0 commit comments

Comments
 (0)