From 660bc4886c0b6882cc9593e6960438a7c2b2d603 Mon Sep 17 00:00:00 2001 From: Ruggero Turra Date: Wed, 15 Nov 2023 23:54:03 +0100 Subject: [PATCH] fix ci --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 6a1fc1d..126c350 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -42,4 +42,4 @@ jobs: continue-on-error: true - name: Test with pytest run: | - pytest + python -m pytest