[Git][ghc/ghc][wip/ci-docs] please

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Tue Feb 27 12:35:51 UTC 2024



Matthew Pickering pushed to branch wip/ci-docs at Glasgow Haskell Compiler / GHC


Commits:
b0c2b92b by Matthew Pickering at 2024-02-27T12:35:42+00:00
please

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -358,8 +358,8 @@ function fetch_sphinx() {
           $PYTHON -m venv $toolchain/.venv-sphinx
           source $toolchain/.venv-sphinx/bin/activate
           info "Building sphinx2 $SPHINXBUILD_VERSION..."
-          $toolchain/.venv-sphinx/bin/pip.exe install -vvv --upgrade "sphinx==$SPHINXBUILD_VERSION"
-          $toolchain/.venv-sphinx/bin/pip.exe show -v sphinx
+          pip install -vvv --upgrade "sphinx==$SPHINXBUILD_VERSION"
+          pip show -v sphinx
           info "Building sphinx3 $SPHINXBUILD_VERSION..."
           deactivate
           ls $toolchain/.venv-sphinx



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b0c2b92b30cb53d577fca6f8112b0ccb3aba2b6c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b0c2b92b30cb53d577fca6f8112b0ccb3aba2b6c
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/bc9723ae/attachment-0001.html>


More information about the ghc-commits mailing list