Skip to content

Commit

Permalink
#7: CI install missing python package
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-bfsquall committed Sep 26, 2024
1 parent b336f99 commit 013fccd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/setup_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ do

. $CONDA_PATH/etc/profile.d/conda.sh && conda activate py${python_version}
echo "Python version: $(python --version)"
pip install PyYAML
pip install Brotli
pip install schema
pip install nanobind
conda deactivate
echo "::endgroup::"
Expand Down

0 comments on commit 013fccd

Please sign in to comment.