Skip to content

Commit

Permalink
Update cmp-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gm3dmo authored Jan 9, 2024
1 parent 7affa96 commit 15595de
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/cmp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ on:
pull_request:
branches: [main]

strategy:
matrix:
python-version: [ 3.11 ]


jobs:
core_base_build:
test_matrix:
strategy:
matrix:
python-version: [ 3.11 ]
os: [ ubuntu-latest ]
cmp_core_base_build:
runs-on: ubuntu-latest
steps:
- name: Checkout CMP code
Expand Down

0 comments on commit 15595de

Please sign in to comment.