Skip to content

Commit

Permalink
those are strings
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Oct 30, 2023
1 parent 6dd348d commit d651cc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python: [3.9, 3.10, 3.11]
python: ["3.9", "3.10", "3.11"]
target: [x86_64, universal2-apple-darwin]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
target: [x64, x86]
python: [3.9, 3.10, 3.11]
python: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
matrix:
target: [x86_64]
python: [3.9, 3.10, 3.11]
python: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit d651cc5

Please sign in to comment.