diff --git a/.github/workflows/python-app.yaml b/.github/workflows/python-app.yaml index 29cb545..af39871 100644 --- a/.github/workflows/python-app.yaml +++ b/.github/workflows/python-app.yaml @@ -39,13 +39,9 @@ jobs: - name: Install dependencies if: steps.check_cache.outputs.cache-hit != 'true' run: | - ls - echo python -m pip install --upgrade pip python -m poetry install - python -m poetry shell - name: Test with unittest run: | - ls python -m poetry run python -m unittest tests.CI python -m unittest tests.CI \ No newline at end of file