Skip to content

Commit

Permalink
tox4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Mar 28, 2022
1 parent fe0f68e commit bf9ad51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install packages
run: pip install tox tox-gh-actions==3.0.0a2
run: pip install tox==4.0.0b1 tox-gh-actions==3.0.0a2

# see: https://github.com/ymyzk/tox-gh-actions
- name: Run tests
run: tox
run: tox4

0 comments on commit bf9ad51

Please sign in to comment.