From df9be00db0e6b48fe209acd382e41b6e09f0428a Mon Sep 17 00:00:00 2001 From: "Laura, Jason R" <jlaura@usgs.gov> Date: Thu, 29 Feb 2024 14:43:47 -0700 Subject: [PATCH] Fixes pytest dir --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c34dd99..ba49f4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,4 @@ jobs: python setup.py install - name: Test Python Package run: | - pytest knoten \ No newline at end of file + pytest \ No newline at end of file -- GitLab