Skip to content

Commit

Permalink
chore: Install conda to tests jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgedouzas committed Oct 2, 2023
1 parent 24968c2 commit 02fce3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -56,7 +55,6 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest

runs-on: ${{ matrix.os }}

Expand All @@ -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
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -54,7 +53,6 @@ jobs:
os:
- ubuntu-latest
- macos-latest
- windows-latest

runs-on: ${{ matrix.os }}

Expand All @@ -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
Expand Down

0 comments on commit 02fce3d

Please sign in to comment.