Skip to content

Commit

Permalink
Use tox in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard committed Jul 20, 2023
1 parent 160ead9 commit 25b7a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
cache-dependency-path: .github/workflows/tests.yml
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Install pytest
run: python -m pip install --upgrade pytest
- name: Install tox
run: python -m pip install --upgrade tox
- name: Install sphinx-lint to pull dependencies
run: python -m pip install -v .
- name: Download more tests from friend projects
if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
run: sh download-more-tests.sh
- name: run tests
run: python -m pytest
run: tox

0 comments on commit 25b7a1e

Please sign in to comment.