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

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



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


Commits:
290fbf11 by Matthew Pickering at 2024-02-27T12:19:24+00:00
fix

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -354,7 +354,7 @@ function fetch_sphinx() {
       case "$(uname)" in
         # N.B.
         MSYS_*|MINGW*)
-          pip uninstall sphinx
+          pip uninstall -y sphinx
           $PYTHON -m venv $toolchain/.venv-sphinx
           source $toolchain/.venv-sphinx/bin/activate
           info "Building sphinx2 $SPHINXBUILD_VERSION..."



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/290fbf11fc81e11af69c848e53dda554c850c22b
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/6bdb182c/attachment.html>


More information about the ghc-commits mailing list