Skip to content

Commit 433c715

Browse files
committed
ci: remove test_args restriction on riscv64 to run full test suite
1 parent f65814a commit 433c715

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,12 @@ jobs:
139139
- { spec: cp314-manylinux_s390x, arch: s390x, omit: ${{ env.skip_slow_jobs }} }
140140
- { spec: cp314t-manylinux_s390x, arch: s390x, omit: ${{ env.skip_slow_jobs }} }
141141
142-
# riscv64 manylinux (native RISE runners, no skip_slow_jobs needed)
143-
- { spec: cp39-manylinux_riscv64, arch: riscv64, test_args: '{package}/src/c' }
144-
- { spec: cp310-manylinux_riscv64, arch: riscv64, test_args: '{package}/src/c', omit: ${{ env.skip_ci_redundant_jobs }} }
145-
- { spec: cp311-manylinux_riscv64, arch: riscv64, test_args: '{package}/src/c', omit: ${{ env.skip_ci_redundant_jobs }} }
146-
- { spec: cp312-manylinux_riscv64, arch: riscv64, test_args: '{package}/src/c', omit: ${{ env.skip_ci_redundant_jobs }} }
147-
- { spec: cp313-manylinux_riscv64, arch: riscv64, test_args: '{package}/src/c', omit: ${{ env.skip_ci_redundant_jobs }} }
142+
# riscv64 manylinux (native RISE runners)
143+
- { spec: cp39-manylinux_riscv64, arch: riscv64 }
144+
- { spec: cp310-manylinux_riscv64, arch: riscv64, omit: ${{ env.skip_ci_redundant_jobs }} }
145+
- { spec: cp311-manylinux_riscv64, arch: riscv64, omit: ${{ env.skip_ci_redundant_jobs }} }
146+
- { spec: cp312-manylinux_riscv64, arch: riscv64, omit: ${{ env.skip_ci_redundant_jobs }} }
147+
- { spec: cp313-manylinux_riscv64, arch: riscv64, omit: ${{ env.skip_ci_redundant_jobs }} }
148148
- { spec: cp314-manylinux_riscv64, arch: riscv64 }
149149
- { spec: cp314t-manylinux_riscv64, arch: riscv64 }
150150

0 commit comments

Comments
 (0)