Skip to content

Commit 963ada1

Browse files
committed
fix workflow
1 parent 031de33 commit 963ada1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-python@v2
1515
with:
16-
python-version: '3.6'
16+
python-version: '3.x'
1717
- name: Install requirements
1818
run: pip install flake8 pycodestyle
1919
- name: Check syntax

0 commit comments

Comments
 (0)