Skip to content

Commit faa59ae

Browse files
committed
Modified workflow to use pytest 7.
1 parent c52ad8b commit faa59ae

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~=6.2.5
69+
run: pip install pytest
7070

7171
- name: Check exercises
7272
run: |

0 commit comments

Comments
 (0)