From 69c76c542453b69786efe17ec65991271ab726f3 Mon Sep 17 00:00:00 2001 From: Brian Walsh Date: Thu, 10 Nov 2022 18:28:29 -0800 Subject: [PATCH] Skip terra tests --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 079be32..1eac068 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -38,4 +38,4 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest tests. -k 'not test_terra' + pytest tests/ -k 'not test_terra'