Skip to content

Commit

Permalink
Merge pull request #920 from key-moon/fix-test
Browse files Browse the repository at this point in the history
Fix broken CI
  • Loading branch information
koba-e964 authored Feb 21, 2024
2 parents b0c522c + 040b93e commit 8ab4aec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]
include:
- os: ubuntu-20.04
python-version: 3.6
exclude:
- os: ubuntu-latest
python-version: 3.6

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 8ab4aec

Please sign in to comment.