[CI] Fix matrix for 'run-examples' job

This commit is contained in:
Ray Speth 2023-05-09 09:27:51 -04:00 committed by Ingmar Schoegl
parent 194cd1fa19
commit c06ecf1bfb

View File

@ -345,12 +345,13 @@ jobs:
"${DOCS_OUTPUT_DIR}" ${RSYNC_USER}@${RSYNC_SERVER}:${RSYNC_DEST} "${DOCS_OUTPUT_DIR}" ${RSYNC_USER}@${RSYNC_SERVER}:${RSYNC_DEST}
run-examples: run-examples:
name: Run the Python examples using bash name: Run Python ${{ matrix.python-version }} examples on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 60 timeout-minutes: 60
needs: ["ubuntu-multiple-pythons"] needs: ["ubuntu-multiple-pythons"]
strategy: strategy:
matrix: matrix:
os: ["ubuntu-20.04", "ubuntu-22.04"]
python-version: ['3.8', '3.10', '3.11'] python-version: ['3.8', '3.10', '3.11']
fail-fast: false fail-fast: false
env: env: