Bitten by YAML floatification...

This commit is contained in:
Salad Dais
2024-01-09 12:26:30 +00:00
parent 2451ad3674
commit 3ea8a27914
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
contents: write
strategy:
matrix:
python-version: [3.11]
python-version: ["3.11"]
steps:
- uses: actions/checkout@v2

View File

@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: |