Skip to content

Commit 6a907ad

Browse files
committed
Try again
1 parent 8b83fa8 commit 6a907ad

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,10 @@ jobs:
6363
if [[ "${{matrix.sys.compiler}}" = "gcc" ]]; then export CC=gcc-${{matrix.sys.version}}; export CXX=g++-${{matrix.sys.version}}; else export CC=clang; export CXX=clang++; fi
6464
cmake -G Ninja -Bbuild -DCMAKE_C_COMPILER=$CC -DCMAKE_CXX_COMPILER=$CXX -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX -DBUILD_BENCHMARK=ON ${{ matrix.sys.flags }}
6565
66-
# - name: Install
67-
# working-directory: build
68-
# run: cmake --install .
69-
7066
- name: Build
7167
working-directory: build
7268
run: cmake --build . --target benchmark_xtensor --parallel 8
7369

7470
- name: Run tests
7571
working-directory: build/benchmark
76-
run: benchmark_xtensor
72+
run: ls | ./benchmark_xtensor

0 commit comments

Comments
 (0)