Skip to content

Commit

Permalink
Wrap values in quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kklein committed Jun 18, 2024
1 parent fffe8f0 commit 32a315d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
env: py312
env: "py312"
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
env: [py310, py311, py312]
env: ["py310", "py311", "py312"]
steps:
- name: Checkout branch
uses: actions/checkout@v4
Expand Down

0 comments on commit 32a315d

Please sign in to comment.