Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
int3l committed Jun 4, 2021
1 parent 21bff26 commit 87bf7e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
with:
python-version: ${{ matrix.python }}

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

- name: Get pip cache dir
id: pip-cache
Expand All @@ -55,9 +55,6 @@ jobs:
- name: Print tesseract version
run: echo $(tesseract --version)

- name: Install tox
run: python -m pip install --upgrade tox

- name: Run tox
run: tox -e ${{ matrix.tox }}
env:
Expand Down

0 comments on commit 87bf7e1

Please sign in to comment.