Skip to content

Commit

Permalink
Update conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrosantanabonilla authored Dec 17, 2024
1 parent 2e29cfe commit 0ccfcd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest", "macos-13"]
python-version: ["3.8","3.9", "3.10.12", "3.11"]
steps:
- name: Clear conda cache
Expand All @@ -26,7 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: my_env
auto-update-conda: true
Expand All @@ -36,4 +36,4 @@ jobs:
- name: Conda check
shell: bash -l {0}
run: |
conda info # Update env if needed
python -V

0 comments on commit 0ccfcd9

Please sign in to comment.