Skip to content

Commit

Permalink
install tox into venv (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Jan 22, 2023
1 parent 7a02afc commit 23d990e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
steps:
- uses: actions/checkout@v3
- run: /venv/bin/pip install tox
- run: /venv/bin/tox -v
env:
TOXENV: ${{ matrix.TEST.TOXENV }}
Expand Down

0 comments on commit 23d990e

Please sign in to comment.