Browse Source

update python-package.yml

pull/5/head
Eugenio Parodi 5 years ago
parent
commit
f58fc057b8
  1. 2
      .github/workflows/python-package.yml

2
.github/workflows/python-package.yml

@ -36,4 +36,4 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
pytest demo/demo.py

Loading…
Cancel
Save