Skip to content

Commit

Permalink
Use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
armenzg committed Sep 17, 2024
1 parent a0c7e6f commit 5cd3057
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 @@ -14,7 +14,7 @@ jobs:
- run: rustup toolchain install stable --profile minimal --no-self-update
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: Build wheels
uses: PyO3/maturin-action@v1
Expand All @@ -41,7 +41,7 @@ jobs:
- run: rustup toolchain install stable --profile minimal --no-self-update
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: Build wheels
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 5cd3057

Please sign in to comment.