Skip to content

Commit 12e29fe

Browse files
committed
Fix GitHub actions
1 parent ef0ac89 commit 12e29fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python 3.10
1313
uses: actions/setup-python@v4
1414
with:
15-
python-version: 3.10
15+
python-version: '3.10'
1616

1717
- name: Install dependencies
1818
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python 3.10
1616
uses: actions/setup-python@v4
1717
with:
18-
python-version: 3.10
18+
python-version: '3.10'
1919

2020
- name: Build wheel and source tarball
2121
run: |

0 commit comments

Comments
 (0)