Skip to content

Commit

Permalink
馃敡 Only lint in Python 3.7+ and Click 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 30, 2021
1 parent 1e2adb5 commit 45f896d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Test
run: bash scripts/test.sh
- name: Lint
if: ${{ matrix.python-version != '3.6' && matrix.click-7 }}
if: ${{ matrix.python-version != '3.6' && matrix.click-7 == true }}
run: bash scripts/lint.sh
- name: Upload coverage
uses: codecov/codecov-action@v1

1 comment on commit 45f896d

@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.