[Git][ghc/ghc][wip/ci-docs] verbose
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Feb 27 11:53:32 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
5ddaadb0 by Matthew Pickering at 2024-02-27T11:53:23+00:00
verbose
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -356,7 +356,7 @@ function fetch_sphinx() {
MSYS_*|MINGW*)
$PYTHON -m venv $toolchain/.venv-sphinx
source $toolchain/.venv-sphinx/bin/activate
- pip install --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
+ pip install -v --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
deactivate
ls $toolchain/.venv-sphinx
ls $toolchain/.venv-sphinx/lib
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5ddaadb0d758428afe0879cf3ef46b4f0c6687af
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5ddaadb0d758428afe0879cf3ef46b4f0c6687af
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240227/8c9a7cd7/attachment-0001.html>
More information about the ghc-commits
mailing list