From f3aac7085a5701a70ea190e2c17a529ebaf53382 Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Wed, 24 Mar 2021 21:50:27 +0100 Subject: [PATCH] Fix yaml syntax in pytest workflow (again) --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index dbfa997..e3e793e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -16,8 +16,8 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install . - pip install pytest + pip install . + pip install pytest - name: Run Unittests with pytest run: | pytest .