Skip to content

Commit

Permalink
Should use anaconda-client-env to work rather than base
Browse files Browse the repository at this point in the history
  • Loading branch information
agrossfield authored Oct 26, 2024
1 parent db2fecc commit d047fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
activate-environment: base
activate-environment: anaconda-client-env

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

0 comments on commit d047fa1

Please sign in to comment.