From 6b4fc6df7cba8df0e1d847aa9ace2c89b1d80e04 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sun, 22 Sep 2019 14:31:46 +0200 Subject: [PATCH] Update run_pytest.yml --- .github/workflows/run_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 4b9e5ac..63f3f1c 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -23,4 +23,4 @@ jobs: pip install -r requirements.txt - name: Test with pytest run: | - pytest -c test/pytest.ini + pytest -c 'test/pytest.ini'