From 9858b6d4bdefec431193f2ca8af0921baa249679 Mon Sep 17 00:00:00 2001 From: Boris Bolliet Date: Mon, 14 Oct 2024 14:59:09 +0100 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 11834255..4063f1b3 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -335,6 +335,15 @@ jobs: fi shell: bash + # - name: Run pytests if classy_sz is installed + # run: | + # if grep -q "SUCCESS" wheel_install_status.txt; then + # pytest --maxfail=1 --disable-warnings + # else + # echo "Skipping pytest due to previous wheel installation failure."; + # fi + # shell: bash + publish_wheels: runs-on: ubuntu-latest needs: build_wheels