Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions .github/workflows/windows_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- uses: cygwin/cygwin-install-action@3f0a3f9f988f7e96b8c18098ae05eaec175f5b52 # v6.1
with:
# precise all sphinxcontrib packages required as dependency spec
# of python39-sphinx package is regularly broken
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
# of python39-sphinx package is regularly broken (tomli module is
# required by Sphinx 7.4 on Python < 3.11)
packages: make sed git autoconf automake libtool tcl python39 python39-docutils=0.18.1-1 python39-sphinx python39-tomli gzip zip 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
- name: Install Tcl under Windows
shell: cmd
run: |
Expand Down Expand Up @@ -108,8 +109,9 @@ jobs:
- uses: cygwin/cygwin-install-action@3f0a3f9f988f7e96b8c18098ae05eaec175f5b52 # v6.1
with:
# precise all sphinxcontrib packages required as dependency spec
# of python39-sphinx package is regularly broken
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
# of python39-sphinx package is regularly broken (tomli module is
# required by Sphinx 7.4 on Python < 3.11)
packages: make sed git autoconf automake libtool tcl python39 python39-docutils=0.18.1-1 python39-sphinx python39-tomli gzip zip 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
- name: Install Tcl under Windows
shell: cmd
run: |
Expand Down Expand Up @@ -154,10 +156,11 @@ jobs:
- uses: cygwin/cygwin-install-action@3f0a3f9f988f7e96b8c18098ae05eaec175f5b52 # v6.1
with:
# precise all sphinxcontrib packages required as dependency spec
# of python39-sphinx package is regularly broken
# of python39-sphinx package is regularly broken (tomli module is
# required by Sphinx 7.4 on Python < 3.11)
# precise liblapack0 package needed by R package (missing dependency
# since R-4.2.1-1)
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
packages: make sed git autoconf automake libtool tcl dejagnu python39 python39-docutils=0.18.1-1 python39-sphinx python39-tomli 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
- name: Configure Git safe.directory
run: |
bash -lc 'git config --global --add safe.directory $(cygpath -u "$GITHUB_WORKSPACE")'
Expand Down
5 changes: 5 additions & 0 deletions .hunspell.en.dic
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ dl
dll
dnsdomainname
docdir
docutils
doesLoadingModuleMatchesName
doesModuleConflict
domainname
Expand Down Expand Up @@ -545,6 +546,7 @@ isbooleanvariant
isdefaultvalue
ismodlo
journalctl
jsmath
json
keypress
kL
Expand Down Expand Up @@ -733,6 +735,7 @@ pty
pushenv
py
pwsh
python39
quuz
qux
rc
Expand Down Expand Up @@ -826,6 +829,7 @@ softb
somescript
sos
specfile
sphinxcontrib
spoolfile
sse
stashclear
Expand Down Expand Up @@ -897,6 +901,7 @@ threadingmodel
tmp
tmux
toctree
tomli
toolchain
topState
toppostvalue
Expand Down