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 1cca403 commit 70fa26dCopy full SHA for 70fa26d
.github/workflows/ci.yml
@@ -42,11 +42,10 @@ jobs:
42
# TODO use ubuntu-latest
43
name: Ubuntu 22.04 C++
44
runs-on: ubuntu-22.04
45
- if: ${{ !contains(github.event.pull_request.title, 'WIP') && !github.event.pull_request.draft }}
46
env:
47
GAR_TEST_DATA: ${{ github.workspace }}/graphar-testing/
48
steps:
49
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
50
with:
51
submodules: true
52
@@ -166,7 +165,6 @@ jobs:
166
165
run: |
167
./graph_info_benchmark
168
./arrow_chunk_reader_benchmark
169
- ./label_filter_benchmark
170
171
- name: Use Static Arrow
172
working-directory: "cpp"
0 commit comments