Skip to content

Commit

Permalink
💚 Fix linting rule, only on Click 8, strike 1 ⚾
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 30, 2021
1 parent 198e9a4 commit 88075b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
if: matrix.click-7
run: pip install "click<8.0.0"
- name: Lint
if: ${{ matrix.python-version != '3.6' && matrix.click-7 == true }}
if: ${{ matrix.python-version != '3.6' && matrix.click-7 == false }}
run: bash scripts/lint.sh
- name: Test
run: bash scripts/test.sh
Expand Down

1 comment on commit 88075b0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.