Skip to content

Commit

Permalink
Trying to fix GH Workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed May 11, 2022
1 parent e6edb64 commit 3cb3366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wintests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Upgrade PIP
run: python -m pip install --upgrade pip
- name: Install deps
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
run: python -m pip install tox tox-gh-actions
- name: Run Tox
run: tox -e py

0 comments on commit 3cb3366

Please sign in to comment.