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