From f32f42810a53ae4a0b604eb88c50334abaa27886 Mon Sep 17 00:00:00 2001 From: James Napier Date: Mon, 11 Dec 2023 21:21:20 +1300 Subject: [PATCH] remove empty env --- .github/workflows/run-api-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/run-api-tests.yml b/.github/workflows/run-api-tests.yml index 353cfdf..1a0e67a 100644 --- a/.github/workflows/run-api-tests.yml +++ b/.github/workflows/run-api-tests.yml @@ -33,7 +33,5 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Unit Testing with pytest - env: - # add environment variables for tests run: | pytest