From 65fe80c7aa449977f243bfd7d37dc1f68f955953 Mon Sep 17 00:00:00 2001 From: Cotton Beckfield <6434246+cottonbeckfield@users.noreply.github.com> Date: Mon, 20 Jan 2020 02:31:25 -0800 Subject: [PATCH] specifying file --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index d47a3b7..8d15098 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -20,4 +20,4 @@ jobs: - name: Test with pytest run: | pip install pytest - pytest + pytest csrgen_test.py