From df1c2ec315e47032085b881089fc9965436f7162 Mon Sep 17 00:00:00 2001 From: Yanick Fratantonio Date: Mon, 12 Feb 2024 16:56:30 +0000 Subject: [PATCH] finally gh actions work (maybe...) --- .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 8d9f49cb..c34f318a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -21,4 +21,4 @@ jobs: - name: Install the project dependencies run: cd magika-python-package && poetry install - name: Run the automated tests - run: cd magika-python-package && poetry shell && python -m pytest magika-python-package/tests -m smoketest \ No newline at end of file + run: cd magika-python-package && poetry run pytest magika-python-package/tests -m smoketest \ No newline at end of file