Skip to content

Commit

Permalink
testing tox-gh
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jul 24, 2024
1 parent 322e68f commit b6a95e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
with:
python-version: ${{ matrix.py }}
- name: Install dependencies
run: python -m pip install tox-gh>=1.2
run: |
python -m pip install --upgrade pip
pip install tox-gh>=1.2
- name: Setup test suite
run: tox -vv --notest
- name: Run test suite
Expand Down

0 comments on commit b6a95e8

Please sign in to comment.