Skip to content

Commit

Permalink
get around yaml issue in treating 3.10 as 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Oct 17, 2024
1 parent 467aab1 commit 2679102
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
needs: lint
strategy:
matrix:
python-version: [3.10]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
needs: lint
strategy:
matrix:
python-version: [3.10]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
needs: lint
strategy:
matrix:
python-version: [3.10]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2679102

Please sign in to comment.