Skip to content

Commit

Permalink
#133: ci: add debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepebay committed Dec 23, 2024
1 parent 87114c8 commit 9e1d80b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/setup_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "Conda path: $(which conda)"
echo "Conda version: $(conda --version)"

echo "::endgroup::"

ß
versions=(`echo $PYTHON_VERSIONS | sed 's/,/\n/g'`)
for python_version in "${versions[@]}"
do
Expand All @@ -43,7 +43,9 @@ do
# source $CONDA_PATH/etc/profile.d/conda.sh
conda activate py${python_version}

echo "Python: $(which python)"
echo "Python version: $(python --version)"
echo "pip: $(which pip)"
pip install PyYAML
pip install Brotli
pip install schema
Expand Down

0 comments on commit 9e1d80b

Please sign in to comment.