Skip to content

Commit

Permalink
Update versions in conda third party tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 16, 2024
1 parent 9b084dd commit 3c6d7c2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,20 @@ jobs:

steps:
- name: Checkout 🛎️
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"

- name: Setup Python 🐍
uses: "actions/setup-python@v4"
uses: "actions/setup-python@v5"
with:
python-version: "3.8"

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v2.1.1
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
conda-build-version: 3.28.4
miniconda-version: py311_24.1.2-0
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down

0 comments on commit 3c6d7c2

Please sign in to comment.