dowgrading to 7.0.1 for pytest due to install errors for pythong 6.3.

This commit is contained in:
BethanyG
2022-03-30 15:35:19 -07:00
parent b207b882e7
commit fa135cb334

View File

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