Skip to content

Commit

Permalink
ci: use miniforge (#854)
Browse files Browse the repository at this point in the history
* ci: use miniforge

* Update ci.yml
  • Loading branch information
henryiii authored Oct 1, 2024
1 parent f2be46a commit f83bec3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-latest, macos-13]
os: [ubuntu-22.04, windows-latest, macos-13]
python-version:
- "3.8"
- "3.9"
Expand All @@ -38,13 +38,12 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Setup uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
miniforge-variant: Mambaforge
use-mamba: true
channels: conda-forge/label/python_rc,conda-forge
- name: Install Nox-under-test (uv)
Expand All @@ -71,7 +70,7 @@ jobs:
with:
python-version: "3.12"
- name: Setup uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3
- name: Install Nox-under-test
run: uv pip install --system .
- name: Download individual coverage reports
Expand Down Expand Up @@ -105,7 +104,7 @@ jobs:
with:
python-version: "3.12"
- name: Setup uv
uses: yezz123/setup-uv@v4
uses: astral-sh/setup-uv@v3
- name: Install Nox-under-test
run: uv pip install --system .
- name: Docs
Expand Down

0 comments on commit f83bec3

Please sign in to comment.