Skip to content

Commit

Permalink
Add ninja to requirments.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoemi09 committed Jan 25, 2024
1 parent 9de4004 commit f0931a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: matrix.os == 'macos-12'
run: |
brew install gcc@12 llvm boost fftw hdf5 open-mpi openblas
pip3 install mako numpy scipy mpi4py ninja
pip3 install mako numpy scipy mpi4py
pip3 install -r requirements.txt
- name: add clang cxxflags
Expand Down Expand Up @@ -97,7 +97,6 @@ jobs:
- name: Print logs
if: ${{ failure() }}
run: |
echo $(pwd)
cat $(find . -name meson-log.txt)
- name: Test app4triqs
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ numpy
scipy
meson
setuptools
ninja

0 comments on commit f0931a9

Please sign in to comment.