From 8cb48c136f396a838dd7557c3e6aa3f003b021ce Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 25 Apr 2024 17:37:32 -0400 Subject: [PATCH] chore: flail --- .github/workflows/ci-tests.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 1794341..e532027 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -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: @@ -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: @@ -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