File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 69
69
TORCH_URL_STABLE : " https://download.pytorch.org/whl/cpu/"
70
70
TORCH_URL_TEST : " https://download.pytorch.org/whl/test/cpu/"
71
71
FREEZE_REQUIREMENTS : ${{ ! (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release/')) }}
72
- UV_CACHE_DIR : /tmp/.uv-cache
73
72
# TODO: Remove this - Enable running MPS tests on this platform
74
73
DISABLE_MPS : ${{ matrix.os == 'macOS-14' && '1' || '0' }}
75
74
steps :
79
78
uses : astral-sh/setup-uv@v6
80
79
with :
81
80
python-version : ${{ matrix.config.python-version || '3.9' }}
81
+ # TODO: Avoid activating environment like this
82
+ # see: https://github.com/astral-sh/setup-uv/tree/v6/?tab=readme-ov-file#activate-environment
83
+ activate-environment : true
82
84
enable-cache : true
83
85
84
86
- name : Basic setup
You can’t perform that action at this time.
0 commit comments