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 22cc3b1 commit 80b42a4Copy full SHA for 80b42a4
.github/workflows/python-ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
make install
37
- name: Lint
38
- if: ${{ matrix.packages != 'changehc' && matrix.packages != 'claims_hosp' && matrix.packages != quidel' && matrix.packages != 'usafacts'}}
+ if: ${{ matrix.packages != 'changehc'}} && {{matrix.packages != 'claims_hosp'}} && {{matrix.packages != quidel'}} && {{matrix.packages != 'usafacts'}}
39
40
make lint
41
- name: Test
0 commit comments