From ea75be7ea8a461fa3be0e130ad864fcf538d3863 Mon Sep 17 00:00:00 2001 From: Jordi Mas Date: Sat, 12 Oct 2024 15:30:31 +0200 Subject: [PATCH] Fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ff40c3..c1b32598 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: npm run prettier:check - name: Test run: | - cd src && nose2 + cd src && python -m nose2 - name: black run: | black --check src/