Skip to content

Commit

Permalink
Merge pull request #146 from gm3dmo/gm3dmo-patch-2
Browse files Browse the repository at this point in the history
Update cmp-test.yml
  • Loading branch information
gm3dmo authored Jan 9, 2024
2 parents 2c3d633 + 3465acd commit ee15f05
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/cmp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,19 @@ on:
branches: [main]

jobs:
core_base_build:
runs-on: ubuntu-latest
cmp_core_base_build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ 3.11, 3.12 ]
os: [ ubuntu-latest ]
steps:
- name: Checkout CMP code
uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install flake8
run: |
pip install flake8
- name: Install black
run: |
pip install black
python-version: ${{ matrix.python-version }}
- name: Install requirements
run: |
pip install -r requirements.txt
Expand Down Expand Up @@ -60,4 +58,3 @@ jobs:
name: coverage-report
path: |
coverage.xml

0 comments on commit ee15f05

Please sign in to comment.