Skip to content

Commit

Permalink
change if cond in caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Apr 26, 2024
1 parent c45ca70 commit c98440d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache_elephant_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
brew install datalad
- name: Install Datalad Linux/ Windows
if: steps.cache-datasets.outputs.cache-hit != 'true' && runner.os == 'Linux' || runner.os == 'Windows'
if: steps.cache-datasets.outputs.cache-hit != 'true' && (runner.os == 'Linux' || runner.os == 'Windows')
run: |
python -m pip install -U pip # Official recommended way
pip install datalad-installer
Expand Down

0 comments on commit c98440d

Please sign in to comment.