dowgrading to 7.0.1 for pytest due to install errors for pythong 6.3.
This commit is contained in:
2
.github/workflows/ci-workflow.yml
vendored
2
.github/workflows/ci-workflow.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
|||||||
run: pip install dataclasses
|
run: pip install dataclasses
|
||||||
|
|
||||||
- name: Install pytest
|
- name: Install pytest
|
||||||
run: pip install pytest~=7.1.0
|
run: pip install pytest~=7.0.1
|
||||||
|
|
||||||
- name: Check exercises
|
- name: Check exercises
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user