Skip to content

Commit

Permalink
Use the wheel-test-min pixi environment so we aren't rebuilding the w…
Browse files Browse the repository at this point in the history
…heel in CI
  • Loading branch information
jleibs committed Oct 8, 2024
1 parent 86f0827 commit 0af9ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_test_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,4 +226,4 @@ jobs:
run: pixi run -e wheel-test-min RUST_LOG=debug python docs/snippets/compare_snippet_output.py --target ${{ needs.set-config.outputs.TARGET }} --no-py-build --no-cpp-build --no-asset-download

- name: Check the python library signatures
run: pixi run check-py-signatures
run: pixi run -e wheel-test-min python scripts/ci/check_python_signatures.py

0 comments on commit 0af9ac1

Please sign in to comment.