From 6ca1cc362c01a9bc2e91acaff22342b82dba8c3d Mon Sep 17 00:00:00 2001 From: Daniel Gatis Date: Wed, 24 Aug 2022 20:12:52 -0300 Subject: [PATCH] add tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2483bed2..5ca9485e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,4 +22,4 @@ jobs: pip install -r requirements.txt - name: Test with pytest run: | - pytest + PYTHONPATH=$PYTHONPATH:. pytest .