We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c89ba4 commit 25ca39dCopy full SHA for 25ca39d
.github/workflows/lint.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v4
27
28
- name: Install pip dependencies
29
- if: ${{ ! ( runner.os == "macOS" && matrix.python-version == "3.7" ) }}
+ if: ${{ ! ( runner.os == 'macOS' && matrix.python-version == '3.7' ) }}
30
run: |
31
# deal with HomeBrew managed Python on GitHub Hosted MacOS runners
32
if [[ "${RUNNER_OS}" == "macOS" ]]; then
0 commit comments