[Git][ghc/ghc][wip/ci-docs] fixes?

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Tue Feb 27 11:52:57 UTC 2024



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


Commits:
63de262b by Matthew Pickering at 2024-02-27T11:52:51+00:00
fixes?

- - - - -


1 changed file:

- .gitlab/ci.sh


Changes:

=====================================
.gitlab/ci.sh
=====================================
@@ -355,9 +355,9 @@ function fetch_sphinx() {
         # N.B.
         MSYS_*|MINGW*)
           $PYTHON -m venv $toolchain/.venv-sphinx
-          cat $toolchain/.venv-sphinx/bin/activate
           source $toolchain/.venv-sphinx/bin/activate
           pip install --force-reinstall "sphinx==$SPHINXBUILD_VERSION"
+          deactivate
           ls $toolchain/.venv-sphinx
           ls $toolchain/.venv-sphinx/lib
           ls $toolchain/.venv-sphinx/bin



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/63de262b904dac8dc3d9faa302d74122c942405a
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/9f25ff93/attachment.html>


More information about the ghc-commits mailing list