We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a02afc commit 23d990eCopy full SHA for 23d990e
.github/workflows/ci.yml
@@ -75,6 +75,7 @@ jobs:
75
name: "${{ matrix.TEST.TOXENV }} on ${{ matrix.TEST.CONTAINER }}"
76
steps:
77
- uses: actions/checkout@v3
78
+ - run: /venv/bin/pip install tox
79
- run: /venv/bin/tox -v
80
env:
81
TOXENV: ${{ matrix.TEST.TOXENV }}
0 commit comments