Skip to content

Commit 8b83fa8

Browse files
committed
Remove a step
1 parent edb7b01 commit 8b83fa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ 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 .
66+
# - name: Install
67+
# working-directory: build
68+
# run: cmake --install .
6969

7070
- name: Build
7171
working-directory: build

0 commit comments

Comments
 (0)