Skip to content

Commit

Permalink
fix(ci): force the required version for pdfplumber
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 15, 2024
1 parent dae1cf2 commit d9ae575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: |
cd samples/3rdparty/pdfplumber
python -m venv venv
venv/bin/pip install -e ../../..
SETUPTOOLS_SCM_PRETEND_VERSION=0.2.5 venv/bin/pip install -e ../../..
make venv
make tests

0 comments on commit d9ae575

Please sign in to comment.