From a4b023963543ced61dbde13bc6da3a21f9158428 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 28 Jul 2020 15:31:22 +0200 Subject: Group tests with similar duration together Style and documentation tests take just a few minutes to run. Since in Github actions one can't restart a single job but needs to restart an entire workflow, here we group tests with similar duration together. --- .github/workflows/macos_unit_tests.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to '.github/workflows/macos_unit_tests.yaml') diff --git a/.github/workflows/macos_unit_tests.yaml b/.github/workflows/macos_unit_tests.yaml index f1e856070c..ba275b711d 100644 --- a/.github/workflows/macos_unit_tests.yaml +++ b/.github/workflows/macos_unit_tests.yaml @@ -11,18 +11,12 @@ on: - releases/** jobs: build: - runs-on: macos-latest - strategy: - matrix: - python-version: [3.7] - steps: - uses: actions/checkout@v2 - - name: Setup Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + - uses: actions/setup-python@v2 with: - python-version: ${{ matrix.python-version }} + python-version: 3.7 - name: Install Python packages run: | pip install --upgrade pip six setuptools -- cgit v1.2.3-60-g2f50