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 0bdb7d8 commit ad5e8ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ 3.11, 3.12 ]
python-version: [ 3.11 ]
os: [ ubuntu-latest ]
steps:
- name: Checkout CMP code
Expand Down Expand Up @@ -49,12 +49,12 @@ jobs:
- name: Coveralls Coverage Report
uses: coverallsapp/[email protected]
with:
coverageFile: lcov.info
coverageFile: cov.info
token: ${{ secrets.GITHUB_TOKEN }}
if: needs.pr-check.outputs.number != 'null'
- name: Artifact Upload coverage report
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: |
lcov.info
cov.info

0 comments on commit ad5e8ff

Please sign in to comment.