Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/create-conda-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
cache_env:
description: "If true, cache the conda environment for speedier CI"
required: false
default: "true"
default: "false"
cache_refresh_time_format:
description: >-
The time format to extract from the current date with which a cache refresh will be forced even if nothing has changed in the environment name.
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
python=3.11
boa
conda-verify
conda=25.5.1
post-cleanup: all
cache-environment: true

Expand Down