Skip to content

Commit 26d6901

Browse files
committed
gh: precise python39-docutils dep on Cygwin
Newer python39-docutils package (0.22.4) does not provide "roman" module which is expected by Sphinx. Need to use previous package (0.18.1). Signed-off-by: Xavier Delaruelle <xavier.delaruelle@cea.fr>
1 parent d3f4c22 commit 26d6901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
# precise all sphinxcontrib packages required as dependency spec
3030
# of python39-sphinx package is regularly broken
31-
packages: make sed git autoconf automake libtool tcl python39 python39-sphinx gzip zip python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxco ntrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
31+
packages: make sed git autoconf automake libtool tcl python39 python39-docutils=0.18.1-1 python39-sphinx gzip zip python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxco ntrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
3232
- name: Install Tcl under Windows
3333
shell: cmd
3434
run: |
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
# precise all sphinxcontrib packages required as dependency spec
8181
# of python39-sphinx package is regularly broken
82-
packages: make sed git autoconf automake libtool tcl python39 python39-sphinx gzip zip python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxco ntrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
82+
packages: make sed git autoconf automake libtool tcl python39 python39-docutils=0.18.1-1 python39-sphinx gzip zip python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxco ntrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
8383
- name: Install Tcl under Windows
8484
shell: cmd
8585
run: |
@@ -127,7 +127,7 @@ jobs:
127127
# of python39-sphinx package is regularly broken
128128
# precise liblapack0 package needed by R package (missing dependency
129129
# since R-4.2.1-1)
130-
packages: make sed git autoconf automake libtool tcl dejagnu python39 python39-sphinx gzip ruby zsh tcsh mksh fish cmake R liblapack0 tcl-devel gcc-core curl python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxcontrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
130+
packages: make sed git autoconf automake libtool tcl dejagnu python39 python39-docutils=0.18.1-1 python39-sphinx gzip ruby zsh tcsh mksh fish cmake R liblapack0 tcl-devel gcc-core curl python39-sphinxcontrib-applehelp python39-sphinxcontrib-devhelp python39-sphinxcontrib-htmlhelp python39-sphinxcontrib-jsmath python39-sphinxcontrib-qthelp python39-sphinxcontrib-serializinghtml python39-sphinxcontrib-websupport python39-alabaster python39-sqlalchemy
131131
- name: Configure Git safe.directory
132132
run: |
133133
bash -lc 'git config --global --add safe.directory $(cygpath -u "$GITHUB_WORKSPACE")'

0 commit comments

Comments
 (0)