Skip to content

Commit 3c99dff

Browse files
committed
fix workflow
1 parent fd94f12 commit 3c99dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: [ '3.6', '3.7', '3.8', '3.9', 'pypy3' ]
1515
exclude:
1616
- os: windows
17-
PYTHON_VERSION: pypy3
17+
python-version: pypy3
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v1

0 commit comments

Comments
 (0)