Skip to content

Commit

Permalink
fix: fix CI typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored Apr 16, 2023
1 parent 72ecd76 commit 7c17a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'

- name: Install setuptools
run: python -m pip install --upgrade setuptools wheel twine
Expand Down

0 comments on commit 7c17a97

Please # to comment.