Skip to content

Commit 8a46785

Browse files
cmccandlessBethanyG
authored andcommitted
install dataclasses for 3.6
1 parent 84c111e commit 8a46785

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161
with:
6262
python-version: ${{ matrix.python-version }}
6363

64+
- name: Install dataclasses package
65+
if: ${{ matrix.python-version == '3.6' }}
66+
run: pip install dataclasses
67+
6468
- name: Check exercises
6569
run: |
6670
./bin/test_exercises.py

0 commit comments

Comments
 (0)