Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RiesBen authored Jan 30, 2024
1 parent 1b02929 commit 1bdd8b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
matrix:
os: ['ubuntu',]
python-version:
- "3.9"
- "3.10"
- "3.12"
- "3.11"
include:
- os: 'macos'
python-version: "3.11"
python-version: "3.12"

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,4 +78,4 @@ jobs:
file: ./coverage.xml
env_vars: OS,PYTHON
fail_ci_if_error: True
verbose: True
verbose: True

0 comments on commit 1bdd8b8

Please sign in to comment.