diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 904b59e..30c31b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: - name: Setup:env run: .github/scripts/setup-env.sh - name: Run:${{ matrix.python.toxenv }} - run: $HOME/ci/bin/tox -e ${{ matrix.python.toxenv }} --parallelize-locked-install=10 + run: $HOME/ci/bin/tox -e ${{ matrix.python.toxenv }} Check: runs-on: ubuntu-latest steps: @@ -63,8 +63,8 @@ jobs: - name: Setup:env run: .github/scripts/setup-env.sh - name: Run:static - run: $HOME/ci/bin/tox -e static --parallelize-locked-install=10 + run: $HOME/ci/bin/tox -e static - name: Run:static-tests - run: $HOME/ci/bin/tox -e static-tests --parallelize-locked-install=10 + run: $HOME/ci/bin/tox -e static-tests - name: Run:security - run: $HOME/ci/bin/tox -e security --parallelize-locked-install=10 + run: $HOME/ci/bin/tox -e security