Skip to content

Commit

Permalink
dowgrading to 7.0.1 for pytest due to install errors for pythong 6.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG committed Mar 30, 2022
1 parent b207b88 commit fa135cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: pip install dataclasses

- name: Install pytest
run: pip install pytest~=7.1.0
run: pip install pytest~=7.0.1

- name: Check exercises
run: |
Expand Down

0 comments on commit fa135cb

Please sign in to comment.