Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 18, 2024
1 parent 6490648 commit 079455a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.3
os: ubuntu-24.04
- ruby: 3.2
os: ubuntu-22.04
- ruby: 3.1
os: ubuntu-20.04
env:
Expand All @@ -33,4 +29,6 @@ jobs:
wget -q -O libtorch.zip https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-$LIBTORCH_VERSION%2Bcpu.zip
unzip -q libtorch.zip
- run: MAKE="make -j$(nproc)" bundle exec rake compile -- --with-torch-dir=$HOME/libtorch
- if: ${{ failure() }}
run: cat tmp/**/*.log
- run: bundle exec rake test

0 comments on commit 079455a

Please sign in to comment.