Skip to content

Commit

Permalink
Merge pull request #37 from mgrover1/fix-rebuild-env
Browse files Browse the repository at this point in the history
Ensure env is rebuilt when use cached env is set to false
  • Loading branch information
mgrover1 authored Feb 17, 2023
2 parents b6f9080 + b487d13 commit 36246f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if: |
(inputs.use_cached_environment != 'true'
|| steps.cache.outputs.cache-hit != 'true')
&& steps.parse_config.outputs.execute_notebooks != 'binder'
&& steps.parse_config.outputs.execute_notebooks == 'binder'
run: mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }}

- name: Get paths to notebook files
Expand Down

0 comments on commit 36246f0

Please sign in to comment.