From 1d7ef4c2543321cd611617f70c5ad1e2c5a8c838 Mon Sep 17 00:00:00 2001 From: Luca Moretti Date: Tue, 2 Mar 2021 18:18:34 +0100 Subject: [PATCH] Updated action --- .github/workflows/python-PyCTBN-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-PyCTBN-package.yml b/.github/workflows/python-PyCTBN-package.yml index 75105f0..4d66d59 100644 --- a/.github/workflows/python-PyCTBN-package.yml +++ b/.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: | - pytest -n 1 PyCTBN/tests + python -m unittest -v PyCTBN\tests\structure_graph\test_sample_path.py