From 009210842051be94e78f0667934baa0b521f561a Mon Sep 17 00:00:00 2001 From: Gerry Manoim Date: Tue, 28 Jan 2020 13:13:14 -0500 Subject: [PATCH] Point tests to the right place --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f533682..93493af7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,4 +43,4 @@ jobs: flake8 - name: Test with nose run: | - nosetests tests + nosetests alphalens/tests