Skip to content

Commit 23d990e

Browse files
authored
install tox into venv (#1181)
1 parent 7a02afc commit 23d990e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
7676
steps:
7777
- uses: actions/checkout@v3
78+
- run: /venv/bin/pip install tox
7879
- run: /venv/bin/tox -v
7980
env:
8081
TOXENV: ${{ matrix.TEST.TOXENV }}

0 commit comments

Comments
 (0)