Skip to content

Commit f83bec3

Browse files
authored
ci: use miniforge (#854)
* ci: use miniforge * Update ci.yml
1 parent f2be46a commit f83bec3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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)
@@ -71,7 +70,7 @@ jobs:
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

0 commit comments

Comments
 (0)