Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Set OS version, update to pypdf, remove travis config file.
  • Loading branch information
veghp committed Apr 16, 2024
1 parent 6908f49 commit 46e2adf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand All @@ -18,7 +18,7 @@ jobs:
python -m pip install --upgrade pip
sudo apt-get -y install python3-cffi python3-brotli libpango-1.0-0 libharfbuzz0b libpangoft2-1.0-0
pip install --upgrade pytest pytest-cov coveralls
pip install PyPDF2 matplotlib libsass
pip install pypdf matplotlib libsass
- name: Install
run: |
pip install -e .
Expand Down
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

matplotlib.use("Agg")
import matplotlib.pyplot as plt
from PyPDF2 import PdfReader
from pypdf import PdfReader


def test_pug_to_html():
Expand Down

0 comments on commit 46e2adf

Please sign in to comment.