Skip to content

Commit

Permalink
false cache flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent committed Nov 28, 2023
1 parent 1e08afa commit ad0171d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
use_cached_environment:
description: 'Flag for whether we should attempt to retrieve a previously cached environment.'
required: false
default: 'true'
default: 'false'
type: string # had a lot of trouble with boolean types, see https://github.com/actions/runner/issues/1483${{ github.repository }}
artifact_name:
description: 'The name to assign to the built book artifact.'
Expand Down Expand Up @@ -135,7 +135,6 @@ jobs:
- name: Create book build environment
run: |
echo "Debug: Checking conditions for creating book build environment..."
echo "Debug: use_cached_environment = ${{ inputs.use_cached_environment }}"
mamba install -c conda-forge jupyter-book pip
echo "Debug: Environment created successfully."
# Add any other debugging information as needed
Expand Down

0 comments on commit ad0171d

Please sign in to comment.