Skip to content

Commit 7c17a97

Browse files
authored
fix: fix CI typo
1 parent 72ecd76 commit 7c17a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
python-version: [3.9, 3.10, 3.11]
14+
python-version: ['3.9', '3.10', '3.11']
1515
os: [ubuntu-latest]
1616

1717
steps:
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up python
8787
uses: actions/setup-python@v2
8888
with:
89-
python-version: 3.10
89+
python-version: '3.10'
9090

9191
- name: Install setuptools
9292
run: python -m pip install --upgrade setuptools wheel twine

0 commit comments

Comments
 (0)