Skip to content

Commit 9b66103

Browse files
authored
Fix typo, add quotes to python-version (#1442)
1 parent 48dfd72 commit 9b66103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
deploy:
1313
strategy:
1414
matrix:
15-
os: ['ubuntu-latest']
16-
python-version: [3.10]
15+
os: ["ubuntu-latest"]
16+
python-version: ["3.10"]
1717
runs-on: ${{ matrix.os }}
1818
environment: package
1919
steps:

0 commit comments

Comments
 (0)