File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5858 - uses : actions/checkout@v5
5959
6060 - name : Install uv and set Python version
61- uses : astral-sh/setup-uv@v6
61+ uses : astral-sh/setup-uv@v7
6262 with :
6363 python-version : " 3.9"
6464 # TODO: Avoid activating environment like this
Original file line number Diff line number Diff line change 7171 - uses : actions/checkout@v5
7272
7373 - name : Install uv and set Python version
74- uses : astral-sh/setup-uv@v6
74+ uses : astral-sh/setup-uv@v7
7575 with :
7676 python-version : ${{ matrix.config.python-version || '3.9' }}
7777 # TODO: Avoid activating environment like this
Original file line number Diff line number Diff line change 7676 - uses : actions/checkout@v5
7777
7878 - name : Install uv and set Python version
79- uses : astral-sh/setup-uv@v6
79+ uses : astral-sh/setup-uv@v7
8080 with :
8181 python-version : ${{ matrix.config.python-version || '3.9' }}
8282 # TODO: Avoid activating environment like this
Original file line number Diff line number Diff line change 3131 - uses : actions/checkout@v5
3232
3333 - name : Install uv and set Python version
34- uses : astral-sh/setup-uv@v6
34+ uses : astral-sh/setup-uv@v7
3535 with :
3636 python-version : " 3.11"
3737 # TODO: Avoid activating environment like this
Original file line number Diff line number Diff line change 7373 lfs : ${{ matrix.pkg-name == 'pytorch' }}
7474
7575 - name : Install uv and set Python version
76- uses : astral-sh/setup-uv@v6
76+ uses : astral-sh/setup-uv@v7
7777 with :
7878 python-version : " 3.10"
7979 # TODO: Avoid activating environment like this
You can’t perform that action at this time.
0 commit comments