From f83bec3a313eeaaadf2b6cbf1df2c28326b7a5a5 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 1 Oct 2024 00:37:15 -0400 Subject: [PATCH] ci: use miniforge (#854) * ci: use miniforge * Update ci.yml --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c26408de..c684e5e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" @@ -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) @@ -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 @@ -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