Update ci-workflow.yml

Pin version of Pytest to ~6.2.5
This commit is contained in:
BethanyG
2022-02-04 16:38:08 -08:00
parent e0e6f3a1e9
commit 6b39bec682

View File

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