Skip to content

Commit

Permalink
install dataclasses for 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccandless authored and BethanyG committed Feb 2, 2021
1 parent 84c111e commit 8a46785
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install dataclasses package
if: ${{ matrix.python-version == '3.6' }}
run: pip install dataclasses

- name: Check exercises
run: |
./bin/test_exercises.py

0 comments on commit 8a46785

Please sign in to comment.