Skip to content

Commit

Permalink
Upgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Mar 17, 2024
1 parent 6604003 commit b3182cd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,16 @@ jobs:
- os: ubuntu-latest
python-version: 'pypy-3.8'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Ghostscript (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get update -y && sudo apt-get install ghostscript -y
- name: Install Pango and Ghostscript (MacOS)
if: matrix.os == 'macos-latest'
run: |
rm /usr/local/bin/2to3
brew update
brew install pango ghostscript
run: brew install pango ghostscript
- name: Install Pango and Ghostscript (Windows)
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit b3182cd

Please sign in to comment.