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 python dependencies
pull/192/head
mingrammer
4 years ago
parent
f77484ec92
commit
6d0dbe6443
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.github/workflows/test.yml
+ 3
- 1
.github/workflows/test.yml
View File
@@ -28,4 +28,6 @@ jobs:
- name: Install poetry
run: pip install poetry
- name: Run all tests
run: poetry run python -m unittest -v tests/*.py
run: |
poetry install
poetry run python -m unittest -v tests/*.py
Write
Preview
Loading…
Cancel
Save