diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 285f1ec3..242cc1ed 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -21,6 +21,7 @@ jobs: pip install pytest - name: Build tests run: | + python test_manager/__init__.py -g python test_manager/__init__.py -t -g -tp - name: Test the code with pytest run: |