We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686ec32 commit f0d86d7Copy full SHA for f0d86d7
.github/workflows/build.yml
@@ -10,10 +10,10 @@ jobs:
10
steps:
11
- if: ${{ startsWith(matrix.os, 'windows') }}
12
run: git config --global core.autocrlf false
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: ruby/setup-ruby@v1
15
with:
16
- ruby-version: 3.2
+ ruby-version: 3.3
17
bundler-cache: true
18
- if: ${{ startsWith(matrix.os, 'macos') }}
19
run: brew install libomp
Gemfile
@@ -8,3 +8,4 @@ gem "daru"
8
gem "matrix" # for daru
9
gem "numo-narray", platform: [:ruby, :x64_mingw]
gem "rover-df", platform: [:ruby, :x64_mingw]
+gem "csv"
0 commit comments