From 02fce3ddba653ef0d8bfbc57233012cf95168de1 Mon Sep 17 00:00:00 2001 From: georgedouzas Date: Mon, 2 Oct 2023 11:19:40 +0300 Subject: [PATCH] chore: Install conda to tests jobs --- .github/workflows/ci-docs.yml | 8 +++++--- .github/workflows/ci.yml | 7 +++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 4eee97e..7674153 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -15,7 +15,6 @@ jobs: os: - ubuntu-latest - macos-latest - - windows-latest runs-on: ${{ matrix.os }} @@ -56,7 +55,6 @@ jobs: os: - ubuntu-latest - macos-latest - - windows-latest runs-on: ${{ matrix.os }} @@ -70,7 +68,11 @@ jobs: python-version: | 3.10 3.11 - + + - name: Install conda + uses: s-weigand/setup-conda@v1 + with: + activate-conda: false - name: Set up PDM uses: pdm-project/setup-pdm@v3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d68cd38..13f19fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: os: - ubuntu-latest - macos-latest - - windows-latest runs-on: ${{ matrix.os }} @@ -54,7 +53,6 @@ jobs: os: - ubuntu-latest - macos-latest - - windows-latest runs-on: ${{ matrix.os }} @@ -68,6 +66,11 @@ jobs: python-version: | 3.10 3.11 + + - name: Install conda + uses: s-weigand/setup-conda@v1 + with: + activate-conda: false - name: Set up PDM uses: pdm-project/setup-pdm@v3