From 1e6f166b651472cb5f322f479ef2ec989b5a9e77 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sun, 22 Sep 2019 14:20:24 +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 3252e81..b87fffa 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -24,4 +24,4 @@ jobs: - name: Test with pytest run: | pip install pytest - pytest -c test/pytest.ini + pytest