Skip to content

Commit

Permalink
attemted fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed May 15, 2023
1 parent 39fc0b7 commit acb7a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Conda build environment
uses: conda-incubator/setup-miniconda@v2 # https://github.com/conda-incubator/setup-miniconda/releases
with: # https://github.com/marketplace/actions/setup-miniconda
auto-update-conda: true
auto-update-conda: false
environment-file: ./environment.yml
activate-environment: jbook
auto-activate-base: false
Expand Down

0 comments on commit acb7a0d

Please sign in to comment.