We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e47d16 commit cc101ceCopy full SHA for cc101ce
.github/workflows/tests.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Install Python dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install -r requirements.txt
27
- pip install -r requirements-dev.txt
+ pip install -r requirements.txt --ignore-requires-python
+ pip install -r requirements-dev.txt --ignore-requires-python
28
29
- name: Validate against psf/black
30
run: python -m black --check pdfplumber tests
0 commit comments