We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10780d5 commit 67e6a80Copy full SHA for 67e6a80
1 file changed
.github/workflows/test.yaml
@@ -39,6 +39,8 @@ jobs:
39
uses: actions/setup-python@v4
40
with:
41
python-version: ${{ matrix.python }}
42
+ - name: Install dependencies
43
+ run: pip install tox
44
- name: Run build test target
45
run: |
46
make build-test
0 commit comments