Skip to content

Commit

Permalink
Install tox on runners
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterFendley committed Jun 14, 2024
1 parent 24e72d3 commit d694dcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/py3-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install tox
run: pip install tox
- name: Run python tests
run: cd src/python_module/test && tox

0 comments on commit d694dcc

Please sign in to comment.