Skip to content

Commit

Permalink
Add true if inputs.cache is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Dec 22, 2023
1 parent 22cde28 commit 3958cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
channel-priority: strict
channels: pyviz/label/dev,conda-forge,nodefaults
envs: "-o examples_tests -o tests -o examples_conda"
cache: ${{ github.event.inputs.cache }}
cache: ${{ github.event.inputs.cache || github.event.inputs.cache == '' }}
conda-update: true
id: install
- name: doit test_unit
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
# # channel-priority: strict
# channels: pyviz/label/dev,conda-forge,nodefaults
# envs: "-o tests_core -o tests_ci"
# cache: ${{ github.event.inputs.cache }}
# cache: ${{ github.event.inputs.cache || github.event.inputs.cache == '' }}
# conda-update: true
# id: install
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3958cc6

Please sign in to comment.