Modified workflow to use pytest 7.

This commit is contained in:
BethanyG
2022-03-30 05:56:51 -07:00
parent c52ad8b12f
commit faa59ae1c1

View File

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