From c9a55cc54e77f247efb904dbc0b403522d87ab54 Mon Sep 17 00:00:00 2001 From: kaesinol Date: Sun, 12 Nov 2023 21:56:34 +0800 Subject: [PATCH] :truck: bugfix --- .github/workflows/python-app.yaml | 4 ---- 1 file changed, 4 deletions(-) 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