1
0
Fork 0

Updated action

master
Luca Moretti 4 years ago
parent 1d7ef4c254
commit 1cd0a6501f
  1. 2
      .github/workflows/python-PyCTBN-package.yml

@ -36,4 +36,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
python -m unittest -v PyCTBN\tests\structure_graph\test_sample_path.py
python -m unittest -v PyCTBN/tests/structure_graph/test_sample_path.py