We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c89d9f commit b91160eCopy full SHA for b91160e
1 file changed
.github/workflows/codspeed.yml
@@ -51,11 +51,11 @@ jobs:
51
run: sudo bash scripts/setup-benchmark.sh
52
- uses: ./.github/actions/setup-prebuild
53
- uses: ./.github/actions/system-info
54
- - name: Install Mojo
+ - name: Install Mojo SDK (optional, falls back to Rust kernels)
55
if: contains(matrix.packages, 'vortex-array') || contains(matrix.packages, 'vortex-runend')
56
+ continue-on-error: true
57
run: |
- pip install --user mojo
58
- echo "$HOME/.local/bin" >> "$GITHUB_PATH"
+ pip install --user mojo && echo "$HOME/.local/bin" >> "$GITHUB_PATH" || echo "Mojo install failed, falling back to Rust SIMD kernels"
59
- name: Install Codspeed
60
uses: taiki-e/cache-cargo-install-action@66c9585ef5ca780ee69399975a5e911f47905995
61
with:
0 commit comments