Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
narumiruna committed Sep 27, 2023
1 parent 62e1d55 commit 6afc632
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.10]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.10]
poetry-version: [1.6.1]
python-version: ["3.10"]
poetry-version: ["1.6.1"]

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.10]
poetry-version: [1.6.1]
python-version: ["3.10"]
poetry-version: ["1.6.1"]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
python-version: [3.10]
python-version: ["3.10"]

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

0 comments on commit 6afc632

Please sign in to comment.