Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Oct 14, 2024
1 parent 4fee7fc commit 9858b6d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9858b6d

Please sign in to comment.