Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Ghostscript using Chocolatey #7036

Merged
merged 1 commit into from
Mar 25, 2023
Merged

Conversation

radarhere
Copy link
Member

#7033 (comment) pointed out that despite our use of the Ghostscript installer,

winbuild\depends\gs1000w32.exe /S
echo "C:\Program Files (x86)\gs\gs10.0.0\bin" >> $env:GITHUB_PATH

Ghostscript is not being detected in our CI builds, either in GitHub Actions or in AppVeyor.

This PR proposes using Chocolately instead, a package manager already installed in our CIs.

Copy link
Member

@hugovk hugovk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests/test_file_eps.py::test_sanity PASSED                               [  7%]
Tests/test_file_eps.py::test_load PASSED                                 [  7%]
Tests/test_file_eps.py::test_invalid_file PASSED                         [  7%]
Tests/test_file_eps.py::test_cmyk PASSED                                 [  7%]
Tests/test_file_eps.py::test_showpage PASSED                             [  7%]
Tests/test_file_eps.py::test_transparency PASSED                         [  7%]
Tests/test_file_eps.py::test_file_object PASSED                          [  8%]
Tests/test_file_eps.py::test_bytesio_object PASSED                       [  8%]
Tests/test_file_eps.py::test_1_mode PASSED                               [  8%]
Tests/test_file_eps.py::test_image_mode_not_supported PASSED             [  8%]
Tests/test_file_eps.py::test_render_scale1 PASSED                        [  8%]
Tests/test_file_eps.py::test_render_scale2 PASSED                        [  8%]
Tests/test_file_eps.py::test_resize[Tests/images/zero_bb.eps] PASSED     [  8%]
Tests/test_file_eps.py::test_resize[Tests/images/non_zero_bb.eps] PASSED [  8%]
Tests/test_file_eps.py::test_resize[Tests/images/illu10_preview.eps] PASSED [  8%]
Tests/test_file_eps.py::test_thumbnail[Tests/images/zero_bb.eps] PASSED  [  8%]
Tests/test_file_eps.py::test_thumbnail[Tests/images/non_zero_bb.eps] PASSED [  8%]
Tests/test_file_eps.py::test_read_binary_preview PASSED                  [  8%]
Tests/test_file_eps.py::test_readline PASSED                             [  8%]
Tests/test_file_eps.py::test_open_eps[Tests/images/illu10_no_preview.eps] PASSED [  8%]
Tests/test_file_eps.py::test_open_eps[Tests/images/illu10_preview.eps] PASSED [  8%]
Tests/test_file_eps.py::test_open_eps[Tests/images/illuCS6_no_preview.eps] PASSED [  8%]
Tests/test_file_eps.py::test_open_eps[Tests/images/illuCS6_preview.eps] PASSED [  8%]
Tests/test_file_eps.py::test_emptyline PASSED                            [  8%]
Tests/test_file_eps.py::test_timeout[Tests/images/timeout-d675703545fee17acab56e5fec644c19979175de.eps] PASSED [  8%]

@hugovk hugovk merged commit 346ccfc into python-pillow:main Mar 25, 2023
@radarhere radarhere deleted the choco branch March 25, 2023 12:15
@nulano
Copy link
Contributor

nulano commented Mar 25, 2023

Good idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants