Skip cog check on Python 3.6, refs #501

This commit is contained in:
Simon Willison 2022-10-18 11:16:43 -07:00
commit 9cbe19ac05

View file

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