Skip to content

Commit 8f032bd

Browse files
authored
Merge pull request #361 from madmaze/ci_workflow_update
Update ci.yaml
2 parents 21bff26 + 87bf7e1 commit 8f032bd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
with:
3232
python-version: ${{ matrix.python }}
3333

34-
- name: Update pip
35-
run: python -m pip install --upgrade pip wheel setuptools
34+
- name: Upgrade bootstrap packages
35+
run: python -m pip install --upgrade wheel setuptools pip tox virtualenv
3636

3737
- name: Get pip cache dir
3838
id: pip-cache
@@ -55,9 +55,6 @@ jobs:
5555
- name: Print tesseract version
5656
run: echo $(tesseract --version)
5757

58-
- name: Install tox
59-
run: python -m pip install --upgrade tox
60-
6158
- name: Run tox
6259
run: tox -e ${{ matrix.tox }}
6360
env:

0 commit comments

Comments
 (0)