Skip to content

Commit

Permalink
bump test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
vwxyzjn committed Nov 27, 2023
1 parent 4f0dc48 commit d821748
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: tests
on:
push:
paths-ignore:
- '**/README.md'
- 'docs/**/*'
- 'cloud/**/*'
pull_request:
paths-ignore:
- '**/README.md'
Expand All @@ -15,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
poetry-version: [1.3.1]
python-version: [3.8, 3.9, 3.10]
poetry-version: [1.7]
os: [ubuntu-22.04, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit d821748

Please sign in to comment.