We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21bff26 + 87bf7e1 commit 8f032bdCopy full SHA for 8f032bd
.github/workflows/ci.yaml
@@ -31,8 +31,8 @@ jobs:
31
with:
32
python-version: ${{ matrix.python }}
33
34
- - name: Update pip
35
- run: python -m pip install --upgrade pip wheel setuptools
+ - name: Upgrade bootstrap packages
+ run: python -m pip install --upgrade wheel setuptools pip tox virtualenv
36
37
- name: Get pip cache dir
38
id: pip-cache
@@ -55,9 +55,6 @@ jobs:
55
- name: Print tesseract version
56
run: echo $(tesseract --version)
57
58
- - name: Install tox
59
- run: python -m pip install --upgrade tox
60
-
61
- name: Run tox
62
run: tox -e ${{ matrix.tox }}
63
env:
0 commit comments