Skip to content

Commit

Permalink
Try to fix Ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
v-- committed Nov 29, 2023
1 parent f84cba3 commit d69354a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.8']
python-version: ['3.9']
os: [ubuntu-22.04, macos-12]

runs-on: ${{ matrix.os }}
Expand All @@ -17,7 +17,8 @@ jobs:

- name: Install prerequisites on Ubuntu
if: matrix.os == 'ubuntu-22.04'
run: sudo apt install --yes djvulibre-bin libtiff5
run: sudo apt-get --fix-missing
run: sudo apt install --yes djvulibre-bin

- name: Install prerequisites on macOS
if: matrix.os == 'macos-12'
Expand Down

0 comments on commit d69354a

Please sign in to comment.