Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-onnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# but Pillow has no riscv64 wheel on public PyPI yet, so our
# registry is used.
CIBW_ENVIRONMENT_PASS_LINUX: PIP_EXTRA_INDEX_URL
CIBW_TEST_COMMAND: "pytest -k 'not maxpool_2d_uint8_cpu' {project}/onnx/test"
CIBW_TEST_COMMAND: "pytest -k 'not maxpool_2d_uint8_cpu' {project}/tests"
PIP_EXTRA_INDEX_URL: https://pypi.riseproject.dev/simple/

- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
Expand Down
1 change: 1 addition & 0 deletions docs/packages/onnx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ versions:
- filename: onnx-1.22.0-cp314-cp314t-manylinux_2_39_riscv64.whl
sha256: 8db35483bec01c7b427f7f7fda9d2a0e627ceaa2964c8cd435453ac5e1677756
requires-python: '>=3.10'
- version: 1.23.0
Loading