From 6234146580878a13314f053e5433d830c4997bb6 Mon Sep 17 00:00:00 2001 From: lmoretti96 <51789626+lmoretti96@users.noreply.github.com> Date: Sun, 14 Mar 2021 20:04:24 +0100 Subject: [PATCH] Update python-PyCTBN-package.yml --- .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 5b78767..6dc0e4d 100644 --- a/.github/workflows/python-PyCTBN-package.yml +++ b/.github/workflows/python-PyCTBN-package.yml @@ -43,4 +43,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest PyCTBN/tests/ + pytest PyCTBN/tests/