Skip to content

Commit dac5119

Browse files
committed
set Python version
set Python version set Python version set Python version set Python version
1 parent ef99066 commit dac5119

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
python-version: [3.8]
15+
python-version: [3.9]
1616

1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up python 3
2020
uses: actions/setup-python@v2
21+
with:
22+
python-version: '3.9'
2123
- name: Install dependencies
2224
run: |
2325
python -m pip install --upgrade pip
26+
pip install pyparsing==2.4.7
2427
pip install torch
2528
python setup.py install
2629

0 commit comments

Comments
 (0)