mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[CI] Fix matrix for 'run-examples' job
This commit is contained in:
parent
194cd1fa19
commit
c06ecf1bfb
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user