Pinned pytest version at 7.1.0

This commit is contained in:
BethanyG
2022-03-30 15:10:15 -07:00
parent d4e904b47c
commit 967fcd1d50

View File

@@ -66,7 +66,7 @@ jobs:
run: pip install dataclasses
- name: Install pytest
run: pip install pytest
run: pip install pytest~=7.1.0
- name: Check exercises
run: |