Skip to content

Commit

Permalink
Add pybind11 to package.yml installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Singer committed Nov 17, 2023
1 parent 30bf00c commit 309bbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
conda config --set solver libmamba
conda activate hexrd
conda install --override-channels -c conda-forge anaconda-client conda-build conda
conda install --override-channels -c conda-forge anaconda-client conda-build conda pybind11
python install_build_dependencies.py
# This is need to ensure ~/.profile or ~/.bashrc are used so the activate
Expand Down

0 comments on commit 309bbc3

Please sign in to comment.