Skip to content

Commit

Permalink
update CI conda setup
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber authored Feb 10, 2025
1 parent fd9b98d commit a2633a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
python-version: ["3.9", "3.11", "3.13"]
steps:
- uses: actions/checkout@v3
- uses: goanpeca/setup-miniconda@v2.2.0
- uses: conda-incubator/setup-miniconda@v3.0.4
with:
miniforge-version: latest
conda-version: ">=23.7.4"
conda-build-version: ">=3.26"
conda-version: ">=24.11"
conda-build-version: ">=25.1"
environment-file: environment.yml
activate-environment: mkxref-dev
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit a2633a9

Please sign in to comment.