We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52ad8b commit faa59aeCopy full SHA for faa59ae
1 file changed
.github/workflows/ci-workflow.yml
@@ -66,7 +66,7 @@ jobs:
66
run: pip install dataclasses
67
68
- name: Install pytest
69
- run: pip install pytest~=6.2.5
+ run: pip install pytest
70
71
- name: Check exercises
72
run: |
0 commit comments