[Git][ghc/ghc][wip/ci-docs] path to pipe
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Tue Feb 27 11:59:55 UTC 2024
Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC
Commits:
6c03901a by Matthew Pickering at 2024-02-27T11:59:47+00:00
path to pipe
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -356,8 +356,8 @@ function fetch_sphinx() {
MSYS_*|MINGW*)
$PYTHON -m venv $toolchain/.venv-sphinx
source $toolchain/.venv-sphinx/bin/activate
- pip install -v --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
- pip show -v sphinx
+ $toolchain/.venv-sphinx/bin/pip.exe install -v --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
+ $toolchain/.venv-sphinx/bin/pip.exe show -v sphinx
deactivate
ls $toolchain/.venv-sphinx
ls $toolchain/.venv-sphinx/lib
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6c03901aa8ab7196ca674a6e5391e938b665edcd
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6c03901aa8ab7196ca674a6e5391e938b665edcd
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/63afe58f/attachment-0001.html>
More information about the ghc-commits
mailing list