Skip to content

Commit 908d667

Browse files
committed
update gh action with new install syntax, increment version
1 parent 5473895 commit 908d667

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
run: |
3636
python -m pip install --upgrade pip
3737
pip install flake8 coverage
38-
pip install -r requirements.txt
38+
pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cpu
39+
pip install -e .[all]
3940
- name: Install playwright browsers
4041
run: python -m playwright install
4142
- name: Lint with flake8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read_requirements(file):
2323

2424
setup(
2525
name="thepipe_api",
26-
version="1.7.0",
26+
version="1.7.1",
2727
author="Emmett McFarlane",
2828
author_email="emmett@thepi.pe",
2929
description="Get clean data from tricky documents, powered by VLMs.",

0 commit comments

Comments
 (0)