Skip to content

Commit

Permalink
chore: flail
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Apr 25, 2024
1 parent ddfa7ee commit 8cb48c1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
with:
python-version: ${{ matrix.py }}
architecture: ${{ matrix.architecture }}
- run: |
pip install --upgrade setuptools pip
pip install tox
- run: pip install --upgrade setuptools pip
- run: pip install tox
- name: Running tox
run: tox -e py -- ${{ matrix.pytest-args }}
coverage:
Expand All @@ -55,8 +54,8 @@ jobs:
with:
python-version: 3.12
architecture: x64
- run: pip install --upgrade setuptools pip
- run: |
pip install --upgrade setuptools pip
pip install tox
tox -e py312-cover,coverage
docs:
Expand All @@ -69,7 +68,7 @@ jobs:
with:
python-version: 3.12
architecture: x64
- run: pip install --upgrade setuptools pip
- run: |
pip install --upgrade setuptools pip
pip install tox
tox -e docs

0 comments on commit 8cb48c1

Please sign in to comment.