Skip to content

Commit

Permalink
Run the test suite on py38-py311 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Jun 15, 2023
1 parent e7de35f commit 0d7e2ee
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,18 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: |
3.11
3.10
3.9
3.8
- uses: actions/checkout@v3
with:
fetch-depth: 0 # For sonar
- name: Install dependencies
run: |
pip install .
pip install pytest pytest-cov pandas
run: pip install tox
- name: Run tests
run: |
pytest --cov=dsp --cov-report xml:coverage.xml
run: tox

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit 0d7e2ee

Please sign in to comment.