Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Nov 17, 2024
1 parent e00a04b commit f164919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
uses: actions/cache@v3
with:
path: .xpdf/download
key: >
key: ${{ runner.os }}-xpdf-${{ hashFiles('**/.xpdf/download/gpg-key.txt', '**/.xpdf/download/xpdf-tools-linux-4.05.tar.gz.sig', '**/.xpdf/download/xpdf-tools-linux-4.05.tar.gz') }}
restore-keys: |
${{ runner.os }}-xpdf-
${{ hashFiles('**/.xpdf/download/gpg-key.txt', '**/.xpdf/download/xpdf-tools-linux-4.05.tar.gz.sig', '**/.xpdf/download/xpdf-tools-linux-4.05.tar.gz') }}
- name: Install Ubuntu dependencies
if: matrix.os == 'ubuntu'
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Combine coverage and fail if under expected percentage
run: |
# Install coverage packages
pip install coverage
pip install coverage[toml]
# Combine the coverage from each Python version
coverage combine
Expand Down

0 comments on commit f164919

Please sign in to comment.