Skip to content

Commit 9cbe19a

Browse files
committed
Skip cog check on Python 3.6, refs #501
1 parent eb67fc6 commit 9cbe19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ jobs:
4949
- name: Check formatting
5050
run: black . --check
5151
- name: Check if cog needs to be run
52+
if: matrix.python-version != '3.6'
5253
run: |
5354
cog --check README.md docs/*.rst

0 commit comments

Comments
 (0)