This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
diagrams
mirror of
https://github.com/mingrammer/diagrams.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
ci: install graphviz
pull/192/head
mingrammer
4 years ago
parent
6d0dbe6443
commit
6d772091e2
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/test.yml
+ 2
- 0
.github/workflows/test.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save