Minor fixes.

This commit is contained in:
Fangjun Kuang 2021-10-14 22:06:20 +08:00
parent f7ae6e9ebc
commit f489f9bd82
2 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@ on:
push:
branches:
- master
- test-pretrained
pull_request:
types: [labeled]
@ -59,7 +58,6 @@ jobs:
pip install -r requirements.txt
- name: Install graphviz
if: startsWith(matrix.os, 'ubuntu')
shell: bash
run: |
python3 -m pip install -qq graphviz

View File

@ -20,7 +20,6 @@ on:
push:
branches:
- master
- test-pretrained
pull_request:
types: [labeled]