File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- os : [ubuntu-20 .04, windows-latest, macos-13]
22+ os : [ubuntu-22 .04, windows-latest, macos-13]
2323 python-version :
2424 - " 3.8"
2525 - " 3.9"
@@ -38,13 +38,12 @@ jobs:
3838 python-version : ${{ matrix.python-version }}
3939 allow-prereleases : true
4040 - name : Setup uv
41- uses : yezz123 /setup-uv@v4
41+ uses : astral-sh /setup-uv@v3
4242 - name : Set up Miniconda
4343 uses : conda-incubator/setup-miniconda@v3
4444 with :
4545 auto-update-conda : true
4646 python-version : ${{ matrix.python-version }}
47- miniforge-variant : Mambaforge
4847 use-mamba : true
4948 channels : conda-forge/label/python_rc,conda-forge
5049 - name : Install Nox-under-test (uv)
7170 with :
7271 python-version : " 3.12"
7372 - name : Setup uv
74- uses : yezz123 /setup-uv@v4
73+ uses : astral-sh /setup-uv@v3
7574 - name : Install Nox-under-test
7675 run : uv pip install --system .
7776 - name : Download individual coverage reports
@@ -105,7 +104,7 @@ jobs:
105104 with :
106105 python-version : " 3.12"
107106 - name : Setup uv
108- uses : yezz123 /setup-uv@v4
107+ uses : astral-sh /setup-uv@v3
109108 - name : Install Nox-under-test
110109 run : uv pip install --system .
111110 - name : Docs
You can’t perform that action at this time.
0 commit comments