Skip to content

Commit 25ca39d

Browse files
committed
Single quotes instead of double quotes
1 parent 4c89ba4 commit 25ca39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Install pip dependencies
29-
if: ${{ ! ( runner.os == "macOS" && matrix.python-version == "3.7" ) }}
29+
if: ${{ ! ( runner.os == 'macOS' && matrix.python-version == '3.7' ) }}
3030
run: |
3131
# deal with HomeBrew managed Python on GitHub Hosted MacOS runners
3232
if [[ "${RUNNER_OS}" == "macOS" ]]; then

0 commit comments

Comments
 (0)