Skip to content

Commit

Permalink
Add missing step in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
cderici committed Feb 22, 2024
1 parent 10780d5 commit 67e6a80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: pip install tox
- name: Run build test target
run: |
make build-test
Expand Down

0 comments on commit 67e6a80

Please sign in to comment.