From 9878be23b3833d5f5addd41339518a7d4ac38be4 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Wed, 24 Mar 2021 21:42:25 +0100 Subject: [PATCH] Fix yaml syntax in pytest workflow --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 707321d..dbfa997 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -17,7 +17,7 @@ jobs: run: | python -m pip install --upgrade pip pip install . - pip install pytest + pip install pytest - name: Run Unittests with pytest run: | pytest .