Skip to content

Commit

Permalink
Test with Ruby 3.3 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 26, 2023
1 parent 561f97f commit 68f16c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -4,10 +4,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.3
bundler-cache: true
- name: Install TensorFlow
run: |
Expand All @@ -16,7 +16,7 @@ jobs:
wget -q https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-$TENSORFLOW_VERSION.tar.gz
tar xfz libtensorflow-cpu-linux-x86_64-$TENSORFLOW_VERSION.tar.gz
env:
TENSORFLOW_VERSION: 2.11.0
TENSORFLOW_VERSION: 2.15.0
- run: |
export LD_LIBRARY_PATH=$HOME/tensorflow/lib:$LD_LIBRARY_PATH
bundle exec rake test
1 change: 1 addition & 0 deletions tensorflow.gemspec
Expand Up @@ -18,4 +18,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "ffi"
spec.add_dependency "numo-narray"
spec.add_dependency "npy"
spec.add_dependency "base64"
end

0 comments on commit 68f16c4

Please sign in to comment.