From 23b19c0e0f3c943c31deacb8a4bc917470cb349b Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sun, 22 Sep 2019 14:34:35 +0200 Subject: [PATCH] Update run_pytest.yml --- .github/workflows/run_pytest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index 63f3f1c..465292a 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -21,6 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + mkdir log/ - name: Test with pytest run: | pytest -c 'test/pytest.ini'