We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba43872 commit 5a3eba8Copy full SHA for 5a3eba8
1 file changed
.github/workflows/ci-cd.yaml
@@ -98,7 +98,7 @@ jobs:
98
if: ${{ matrix.python-version == '3.14' && runner.os == 'Windows' }}
99
with:
100
auto-update-conda: true
101
- python-version: 3.9
+ python-version: ${{ matrix.python-version }}
102
103
- name: Install pdf2text and ocr dependencies (Windows w/latest Python)
104
# Do full install and testing of pdf2text and ocr only on latest Python version
0 commit comments