From 5188a30e77f5f9adc1abcba7ca55dcc724a6ec33 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 5 May 2021 22:21:48 -0400 Subject: [PATCH] Update CI to drop deprecated runtime option --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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