Skip to content

Commit

Permalink
Update the if again
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Jul 31, 2023
1 parent de75c34 commit 3d6d547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install -U pip setuptools
pip install -e.[globus,test]
- name: Start Redis
if: runner.os == "Linux"
if: ${{ runner.os == 'Linux' }}
uses: supercharge/redis-github-action@1.4.0
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 3d6d547

Please sign in to comment.