Cygwin: Update CI configuration for python version change
Update the python version for python-lxml and python-ply packages. 'dblate' now depends on python39, so that will be installed and made the default by alternatives, so make sure that these python packages are also available for that python version.
This commit is contained in:
parent
e29279b011
commit
54b6c0e81f
|
@ -52,8 +52,8 @@ texlive-collection-latexrecommended,\
|
|||
texlive-collection-fontsrecommended,\
|
||||
texlive-collection-pictures,\
|
||||
xmlto,\
|
||||
python38-lxml,\
|
||||
python38-ply"
|
||||
python39-lxml,\
|
||||
python39-ply"
|
||||
|
||||
build_script: >-
|
||||
%CYGWIN_ROOT%/bin/bash -lc "
|
||||
|
|
|
@ -87,8 +87,8 @@ jobs:
|
|||
mingw64-${{ matrix.pkgarch }}-zlib,
|
||||
patch,
|
||||
perl,
|
||||
python38-lxml,
|
||||
python38-ply,
|
||||
python39-lxml,
|
||||
python39-ply,
|
||||
texlive-collection-fontsrecommended,
|
||||
texlive-collection-latexrecommended,
|
||||
texlive-collection-pictures,
|
||||
|
|
Loading…
Reference in New Issue