From c1a6f376e5ad7c53eb001d1356235603dbe1d2da Mon Sep 17 00:00:00 2001 From: lmoretti96 <51789626+lmoretti96@users.noreply.github.com> Date: Sun, 14 Mar 2021 18:46:27 +0100 Subject: [PATCH] Update Build_Release.yml --- .github/workflows/Build_Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build_Release.yml b/.github/workflows/Build_Release.yml index 76c6f24..61f99f8 100644 --- a/.github/workflows/Build_Release.yml +++ b/.github/workflows/Build_Release.yml @@ -35,7 +35,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest PyCTBN/tests/> + pytest PyCTBN/tests/ - name: Install dependencies run: | python -m pip install --upgrade pip