mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use quotes
This commit is contained in:
parent
741297f78f
commit
39910bee63
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e_tests.yml
vendored
2
.github/workflows/e2e_tests.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.10] # , 3.11, 3.12, 3.13]
|
||||
python-version: ["3.10"] # , 3.11, 3.12, 3.13]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue