Skip to content

Commit

Permalink
#7: Restore conda pip install package
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-bfsquall committed Sep 28, 2024
1 parent 445e680 commit fdcc944
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/setup_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ 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::"
done

0 comments on commit fdcc944

Please sign in to comment.