Skip to content

Commit

Permalink
Add miniconda manually to CI env
Browse files Browse the repository at this point in the history
Linux CI environments have conda by default, but OS X doesn't
  • Loading branch information
agrossfield authored Oct 26, 2024
1 parent a501966 commit db2fecc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# OS X no longer has conda by default, although linux does
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: base

# Runs a set of commands using the runners shell
- name: Run conda_build.sh
Expand Down

0 comments on commit db2fecc

Please sign in to comment.