Skip to content

Commit 550083d

Browse files
cmccandlessBethanyG
authored andcommitted
install pytest in CI workflow for unit tests
1 parent ced7ca6 commit 550083d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
if: ${{ matrix.python-version == '3.6' }}
6666
run: pip install dataclasses
6767

68+
- name: Install pytest
69+
run: pip install pytest
70+
6871
- name: Check exercises
6972
run: |
7073
./bin/test_exercises.py

0 commit comments

Comments
 (0)