Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
key-moon committed Jan 26, 2023
1 parent 3945825 commit 040b93e
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 040b93e

Please sign in to comment.