Skip to content

Commit cc101ce

Browse files
committed
Add --ignore-requires-python to GitHub workflow pip install
1 parent 3e47d16 commit cc101ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Install Python dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -r requirements.txt
27-
pip install -r requirements-dev.txt
26+
pip install -r requirements.txt --ignore-requires-python
27+
pip install -r requirements-dev.txt --ignore-requires-python
2828
2929
- name: Validate against psf/black
3030
run: python -m black --check pdfplumber tests

0 commit comments

Comments
 (0)