Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Oct 8, 2024
1 parent eb2b788 commit 1e7f540
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
submodules: "recursive"
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update -yy && sudo apt-get install -yy libopenblas-openmp-dev
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
mkdir build && cd build
cmake -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DHPCPP_WITH_BLAS=$HPCPP_WITH_BLAS ..
cmake --build . --config Release -j 3
cmake --build . --config Release -j 4
ctest
- name: Run benchmark
run: |
Expand All @@ -66,13 +66,13 @@ jobs:
submodules: "recursive"
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- run: pip install gcovr
- name: Build & test
run: |
mkdir build && cd build
cmake -DBUILD_TESTING=ON -DHPCPP_BUILD_BENCHMARKS=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage" ..
cmake --build . -j 3
cmake --build . -j 4
ctest
- name: Generate coverage report
run: |
Expand Down
2 changes: 1 addition & 1 deletion ext/abseil-cpp
Submodule abseil-cpp updated 908 files
2 changes: 1 addition & 1 deletion ext/benchmark
Submodule benchmark updated 157 files

0 comments on commit 1e7f540

Please sign in to comment.