Skip to content

Commit fa135cb

Browse files
committed
dowgrading to 7.0.1 for pytest due to install errors for pythong 6.3.
1 parent b207b88 commit fa135cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: pip install dataclasses
6767

6868
- name: Install pytest
69-
run: pip install pytest~=7.1.0
69+
run: pip install pytest~=7.0.1
7070

7171
- name: Check exercises
7272
run: |

0 commit comments

Comments
 (0)