3333 with :
3434 python-version : ${{ inputs.python_version }}
3535 - name : Install uv
36- uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2 .1
36+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3 .1
3737 - name : Override constraints
3838 if : ${{ inputs.override_requirements != '' }}
3939 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
6161 with :
6262 python-version : ${{ inputs.python_version }}
6363 - name : Install uv
64- uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2 .1
64+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3 .1
6565 - name : Override constraints
6666 if : ${{ inputs.override_requirements != '' }}
6767 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
8989 with :
9090 python-version : ${{ inputs.python_version }}
9191 - name : Install uv
92- uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2 .1
92+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3 .1
9393 - name : Override constraints
9494 if : ${{ inputs.override_requirements != '' }}
9595 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
@@ -117,7 +117,7 @@ jobs:
117117 with :
118118 python-version : ${{ inputs.python_version }}
119119 - name : Install uv
120- uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2 .1
120+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3 .1
121121 - name : Install test requirements
122122 run : uv pip install --system . -r tests/tools/requirements.txt
123123 - name : Print installed modules
@@ -139,7 +139,7 @@ jobs:
139139 with :
140140 python-version : ${{ inputs.python_version }}
141141 - name : Install uv
142- uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2 .1
142+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3 .1
143143 - name : Override constraints
144144 if : ${{ inputs.override_requirements != '' }}
145145 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
@@ -172,8 +172,6 @@ jobs:
172172 - name : Runner info
173173 continue-on-error : true
174174 run : |
175- export PATH=/usr/local/cuda-12.4/bin${PATH:+:${PATH}}
176- export LD_LIBRARY_PATH=/usr/local/cuda-12.4/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
177175 nvidia-smi
178176 cat /proc/cpuinfo
179177 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -183,7 +181,7 @@ jobs:
183181 with :
184182 python-version : ${{ inputs.python_version }}
185183 - name : Install uv
186- uses : astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2 .1
184+ uses : astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3 .1
187185 - name : Override constraints
188186 if : ${{ inputs.override_requirements != '' }}
189187 run : python .github/scripts/override_constraints.py "${{ inputs.override_requirements }}"
@@ -197,6 +195,4 @@ jobs:
197195 python -c "import torch; print(torch.cuda.is_available())"
198196 - name : Run PyTorch precommit test scope
199197 run : |
200- export PATH=/usr/local/cuda-12.4/bin${PATH:+:${PATH}}
201- export LD_LIBRARY_PATH=/usr/local/cuda-12.4/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
202198 pytest -ra --durations=30 tests/torch -m cuda
0 commit comments