From d3237b73afa8b2ba59132a413552eb47727cb6a8 Mon Sep 17 00:00:00 2001 From: Xavier Dupre Date: Tue, 21 May 2024 15:48:28 +0200 Subject: [PATCH] ci Signed-off-by: Xavier Dupre --- .github/workflows/linux-ci.yml | 2 +- .github/workflows/windows-macos-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 5777b6dce..4b244e8c0 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -87,7 +87,7 @@ jobs: - name: Run tests run: | - pytest tests --maxfail=10 --durations=10 --basetemp=temp --doctest-modules --junitxml=junit/test-results.xml + pytest tests --maxfail=10 --durations=10 - name: Run documentation tests if: matrix.documentation == 1 diff --git a/.github/workflows/windows-macos-ci.yml b/.github/workflows/windows-macos-ci.yml index aecdd6b03..4db15c2f3 100644 --- a/.github/workflows/windows-macos-ci.yml +++ b/.github/workflows/windows-macos-ci.yml @@ -67,7 +67,7 @@ jobs: - name: Run tests run: | - pytest tests --maxfail=10 --durations=10 --basetemp=temp --doctest-modules --junitxml=junit/test-results.xml + pytest tests --maxfail=10 --durations=10 - name: build run: pip wheel .