From c0804cc9ff8a2338d64ae53166ab69366e0486d9 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sat, 16 Apr 2022 20:06:29 +0200 Subject: [PATCH] Update pytest.yml --- .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 01b6a07..35f5caa 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -26,7 +26,7 @@ jobs: - run: pipenv install --dev - name: Prepare tests run: | - chmod +x run_tests.sh + chmod +x run_tests.sh a - name: Run tests run: | ./run_tests.sh