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 40b337f commit ae238eeCopy full SHA for ae238ee
.github/workflows/main.yml
@@ -99,7 +99,7 @@ jobs:
99
# TODO removed pinned v2 of catch2, see https://github.com/alliander-opensource/power-grid-model/issues/73
100
run: |
101
brew install ninja boost eigen nlohmann-json
102
- brew install https://github.com/catchorg/Catch2/archive/v2.13.9.tar.gz
+ curl https://raw.githubusercontent.com/Homebrew/homebrew-core/5e5abb11bf49787d01164c4066119365262c21ed/Formula/catch2.rb > $(find $(brew --repository) -name catch2.rb) && brew reinstall catch2
103
sudo pip3 install mkl mkl-devel mkl-include
104
105
- name: Build and test
0 commit comments