From 5f38f26ab23e392a72ca76613b4adb400ad0a946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BRIOL?= Date: Fri, 28 Jun 2024 18:32:23 +0200 Subject: [PATCH] chore: Update CI workflow to remove unrecognized arguments: --processes --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5a0d164..e30b563 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: shell: bash -l {0} run: | python setup.py build - pytest -v -ra --processes + pytest -v -ra - name: Build C++ Library and Testing shell: bash -l {0} @@ -75,4 +75,4 @@ jobs: shell: bash -l {0} run: | python setup.py build - pytest -v -ra --processes + pytest -v -ra