Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Oct 17, 2023
1 parent 477f1ab commit 8a7e661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ runs:
git checkout -- environment.yml
- name: Install redis-server if necessary
if: (steps.cache.outputs.cache-hit != 'true') && (runner.os != Windows)
if: (steps.cache.outputs.cache-hit != 'true') && (runner.os != 'Windows')
shell: bash -el {0}
run: mamba install --yes --channel conda-forge redis-server

Expand Down

0 comments on commit 8a7e661

Please sign in to comment.