File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 include :
1717 - env-prefix : PY310_LINUX
1818 os : ubuntu-latest
19- python-version : 3.10
19+ python-version : " 3.10"
2020
2121 - env-prefix : PY313_LINUX
2222 os : ubuntu-latest
23- python-version : 3.13
23+ python-version : " 3.13"
2424
2525 - env-prefix : PY313_WINDOWS
2626 os : windows-latest
27- python-version : 3.13
27+ python-version : " 3.13"
2828
2929 runs-on : ${{ matrix.os }}
3030 timeout-minutes : 20
Original file line number Diff line number Diff line change 2727 - name : Setup Python
2828 uses : actions/setup-python@v2
2929 with :
30- python-version : 3.12
30+ python-version : " 3.12"
3131
3232 - name : Install
3333 run : pip install -e .[dev]
Original file line number Diff line number Diff line change 2222 - name : Setup Python
2323 uses : actions/setup-python@v2
2424 with :
25- python-version : 3.12
25+ python-version : " 3.12"
2626
2727 - name : Install
2828 run : pip install -e .[dev]
You can’t perform that action at this time.
0 commit comments