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 62a70f4 commit af6edd5Copy full SHA for af6edd5
.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