From c06ecf1bfb977014bac863c8ef64f64ed6e9d054 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 9 May 2023 09:27:51 -0400 Subject: [PATCH] [CI] Fix matrix for 'run-examples' job --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6a0bf6ff..58393eef9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -345,12 +345,13 @@ jobs: "${DOCS_OUTPUT_DIR}" ${RSYNC_USER}@${RSYNC_SERVER}:${RSYNC_DEST} run-examples: - name: Run the Python examples using bash + name: Run Python ${{ matrix.python-version }} examples on ${{ matrix.os }} runs-on: ${{ matrix.os }} timeout-minutes: 60 needs: ["ubuntu-multiple-pythons"] strategy: matrix: + os: ["ubuntu-20.04", "ubuntu-22.04"] python-version: ['3.8', '3.10', '3.11'] fail-fast: false env: