Explorar el Código

ci: install graphviz

pull/192/head
mingrammer hace 4 años
padre
commit
6d772091e2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      .github/workflows/test.yml

+ 2
- 0
.github/workflows/test.yml Ver fichero

@@ -25,6 +25,8 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: Install poetry
run: pip install poetry
- name: Run all tests


Cargando…
Cancelar
Guardar