Skip to content

Commit

Permalink
Need not install anything
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Sep 11, 2023
1 parent be3b7a6 commit 2d0ff2a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
ref: main
path: numpy

- uses: actions/setup-python@v4
with:
python-version: '3.10'
#- uses: actions/setup-python@v4
#with:
#python-version: '3.10'

- name: Install NumPy dependencies
working-directory: ${{ github.workspace }}/numpy
Expand Down
28 changes: 14 additions & 14 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
# sudo apt update
# sudo apt -y install g++-10 libgtest-dev meson curl git cmake

- name: Install google benchmarks
run: |
git clone https://github.com/google/benchmark.git
cd benchmark
cmake -E make_directory "build"
cmake -E chdir "build" cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ../
sudo cmake --build "build" --config Release --target install
#- name: Install google benchmarks
# run: |
# git clone https://github.com/google/benchmark.git
# cd benchmark
# cmake -E make_directory "build"
# cmake -E chdir "build" cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ../
# sudo cmake --build "build" --config Release --target install

- name: Install Intel SDE
run: |
Expand Down Expand Up @@ -57,13 +57,13 @@ jobs:
# sudo apt update
# sudo apt -y install g++-12 libgtest-dev meson curl git cmake

- name: Install google benchmarks
run: |
git clone https://github.com/google/benchmark.git
cd benchmark
cmake -E make_directory "build"
cmake -E chdir "build" cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ../
sudo cmake --build "build" --config Release --target install
#- name: Install google benchmarks
# run: |
# git clone https://github.com/google/benchmark.git
# cd benchmark
# cmake -E make_directory "build"
# cmake -E chdir "build" cmake -DBENCHMARK_ENABLE_GTEST_TESTS=OFF -DBENCHMARK_ENABLE_TESTING=OFF -DCMAKE_BUILD_TYPE=Release ../
# sudo cmake --build "build" --config Release --target install

- name: Install Intel SDE
run: |
Expand Down

0 comments on commit 2d0ff2a

Please sign in to comment.