Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Aug 1, 2024
1 parent 03fd66b commit 32dd61e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
os: ubuntu-latest
python-version: '3.11'

# - name: oldest supported versions
# os: ubuntu-latest
# python-version: '3.8'
#
# - name: macOS latest
# os: macos-latest
# python-version: '3.11'
#
# - name: Windows latest
# os: windows-latest
# python-version: '3.12'
- name: oldest supported versions
os: ubuntu-latest
python-version: '3.8'

- name: macOS latest
os: macos-latest
python-version: '3.11'

- name: Windows latest
os: windows-latest
python-version: '3.12'

steps:
- name: Checkout repository
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Run Tests
shell: bash -el {0}
run: pytest .
run: pip install -e . && pytest -cov .
- if: matrix.os == 'ubuntu-latest'
name: Report Coverage
uses: codecov/codecov-action@v3

0 comments on commit 32dd61e

Please sign in to comment.