mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 17:34:32 +02:00
Skip cog check on Python 3.6, refs #501
This commit is contained in:
parent
eb67fc69a2
commit
9cbe19ac05
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -49,5 +49,6 @@ jobs:
|
|||
- name: Check formatting
|
||||
run: black . --check
|
||||
- name: Check if cog needs to be run
|
||||
if: matrix.python-version != '3.6'
|
||||
run: |
|
||||
cog --check README.md docs/*.rst
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue