Skip to content

Commit

Permalink
pybind
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfrojdh committed Oct 30, 2024
1 parent 1f539a2 commit 9b33ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
channels: conda-forge

- name: Prepare
run: conda install conda-build conda-verify pytest anaconda-client sphinx breathe sphinx_rtd_theme nlohmann_json zeromq
run: conda install conda-build conda-verify pytest anaconda-client sphinx breathe pybind11 sphinx_rtd_theme nlohmann_json zeromq

- name: Build library
run: mkdir build && cd build && cmake .. -DAARE_SYSTEM_LIBRARIES=ON -DAARE_DOCS=ON && make -j 2
Expand Down

0 comments on commit 9b33ad0

Please sign in to comment.