Skip to content

Commit

Permalink
fix checks job
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Oct 28, 2022
1 parent 1e40400 commit 1637313
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
os: ubuntu-latest
python-version: 3.9
toxenv: verify-install-requires
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install tox
- run: tox -e ${{ matrix.toxenv }}
quick_test:
name: test Python ${{ matrix.python-version }}, tox testenv ${{ matrix.toxenv }}, ${{ matrix.os }}
needs: [ checks ]
Expand Down

0 comments on commit 1637313

Please sign in to comment.