From bc0ef5586c93f91099ff21bc092f31c3ba9239fc Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Mon, 14 Oct 2024 15:13:47 +0200 Subject: [PATCH] tests --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2ca4d10c..923e5822f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,6 @@ jobs: - name: Install dependencies run: | poetry install --with dev - python -m ipykernel install --user --name python3 # Step 6: Run Tests and Generate Coverage Report - name: Run tests and coverage