File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -914,7 +914,7 @@ jobs:
914
914
steps :
915
915
- uses : actions/setup-python@v5
916
916
with :
917
- python-version : " 3.12"
917
+ python-version : " 3.12.7 "
918
918
919
919
- name : " Download binary"
920
920
uses : actions/download-artifact@v4
@@ -948,13 +948,13 @@ jobs:
948
948
- name : " Sync to the system Python"
949
949
run : ./uv sync -v --python 3.12
950
950
env :
951
- UV_PROJECT_ENVIRONMENT : " /opt/hostedtoolcache/Python/3.12.6 /x64"
951
+ UV_PROJECT_ENVIRONMENT : " /opt/hostedtoolcache/Python/3.12.7 /x64"
952
952
953
953
- name : " Attempt to sync to the system Python with an incompatible version"
954
954
run : |
955
955
./uv sync -v --python 3.11 && { echo "ci: Error; should not succeed"; exit 1; } || { echo "ci: Ok; expected failure"; exit 0; }
956
956
env :
957
- UV_PROJECT_ENVIRONMENT : " /opt/hostedtoolcache/Python/3.12.6 /x64"
957
+ UV_PROJECT_ENVIRONMENT : " /opt/hostedtoolcache/Python/3.12.7 /x64"
958
958
959
959
- name : " Attempt to sync to a non-Python environment directory"
960
960
run : |
You can’t perform that action at this time.
0 commit comments