Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoikela committed Mar 17, 2024
2 parents 4f4dd93 + 288b252 commit 166798a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
name: Build
name: uvm-python Build

on: [push]

jobs:
build:

runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
max-parallel: 4
fail-fast: true
max-parallel: 3
matrix:
python-version: [3.8, 3.9, 3.11]
python-version: [3.9, 3.11]
experimental: [false]
include:
- python-version: 3.8
- experimental: true

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 166798a

Please sign in to comment.