Skip to content

Commit 67e6a80

Browse files
committed
Add missing step in GH action
1 parent 10780d5 commit 67e6a80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
uses: actions/setup-python@v4
4040
with:
4141
python-version: ${{ matrix.python }}
42+
- name: Install dependencies
43+
run: pip install tox
4244
- name: Run build test target
4345
run: |
4446
make build-test

0 commit comments

Comments
 (0)