From db352304f4f271ab3cf238dd403e2ee73d4506f2 Mon Sep 17 00:00:00 2001 From: JP+ <63192177+joachimpoutaraud@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:44:28 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 745dc4e..0293b19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,8 +32,8 @@ jobs: continue-on-error: true ########## TODO ############ - - name: Test with pytest - shell: bash -l {0} - run: | - pip install pytest - python -m pytest -v \ No newline at end of file + # - name: Test with pytest + # shell: bash -l {0} + # run: | + # pip install pytest + # python -m pytest -v \ No newline at end of file