Skip to content

Commit

Permalink
fixing toml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
diningphil committed Apr 24, 2024
1 parent 86a040f commit 6b97ea2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-test-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
exclude:
- os: macos-latest
python-version: ["3.8", "3.9"]

steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest coverage coverage-badge
python -m pip install flake8 pytest coverage==7.4.4 coverage-badge
python -m pip install .
- name: Lint with flake8
Expand Down

0 comments on commit 6b97ea2

Please sign in to comment.