Skip to content

Commit 7f83d8b

Browse files
committed
fixing workflow for python 3.7
1 parent 4956af2 commit 7f83d8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout source
1414
uses: actions/checkout@v2
15+
- name: Set up Python 3.7
16+
uses: actions/setup-python@v1
17+
with:
18+
python-version: 3.7
1519
- name: Build package
1620
run: |
1721
pip install wheel

0 commit comments

Comments
 (0)