File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,20 @@ jobs:
3737 - os : ubuntu-24.04
3838 python-version : " 3.13"
3939 - os : ubuntu-24.04
40- python-version : " 3.14.0-rc.1 "
40+ python-version : " 3.14"
4141
4242 - os : macos-15
43- python-version : " 3.14.0-rc.1 "
43+ python-version : " 3.14"
4444
4545 - os : windows-2022
46- python-version : " 3.14.0-rc.1 "
46+ python-version : " 3.14"
4747 steps :
4848 - name : Checkout dev-cmd
4949 uses : actions/checkout@v4
50- - name : Setup Python
51- uses : actions/setup-python@v5
52- with :
53- python-version : ${{ matrix.python-version }}
5450 - name : Install the latest version of uv
5551 uses : astral-sh/setup-uv@v6
52+ with :
53+ python-version : " ${{ matrix.python-version }}"
5654 - name : Run CI checks
5755 run : uv run dev-cmd --color always --timings ci -- -vvs
5856
You can’t perform that action at this time.
0 commit comments