File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,13 @@ jobs:
2222 run : |
2323 sudo ./build/requirements.sh
2424 - name : Install the latest version of uv and set the python version to 3.13t
25- uses : astral-sh/setup-uv@v6
25+ uses : astral-sh/setup-uv@v7
2626 with :
27- python-version : " 3.12"
28- enable-cache : true
29- cache-dependency-glob : " uv.lock"
27+ version : " latest"
28+
29+ - name : Restore environment
30+ run : uv sync
31+
3032 - uses : quarto-dev/quarto-actions/setup@v2
3133 - run : |
3234 quarto --version
Original file line number Diff line number Diff line change 9393 uses : astral-sh/setup-uv@v6
9494 with :
9595 version : " latest"
96- python-version : 3.12
9796
9897 - name : Restore environment
9998 run : uv sync
@@ -139,7 +138,6 @@ jobs:
139138 uses : astral-sh/setup-uv@v6
140139 with :
141140 version : " latest"
142- python-version : 3.12
143141
144142 - name : Restore environment
145143 run : uv sync
You can’t perform that action at this time.
0 commit comments