Skip to content

Commit

Permalink
fix: errors running the test (#904)
Browse files Browse the repository at this point in the history
* fix: errors running the test

* Update test.yml
  • Loading branch information
jackton1 committed Aug 26, 2024
1 parent f704e0c commit 5af9515
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,15 @@ jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: true
fail-fast: false
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10', 3.11]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]
exclude:
- platform: ubuntu-latest
python-version: 3.6
- platform: macos-latest
python-version: 3.11
- platform: windows-latest
python-version: 3.6
- platform: macos-latest
python-version: 3.7
- platform: windows-latest
python-version: 3.11

Expand Down

0 comments on commit 5af9515

Please sign in to comment.