Skip to content

Commit

Permalink
ci: remove include and exclude to avoid missing requirements-level
Browse files Browse the repository at this point in the history
  • Loading branch information
ptamarit committed Feb 27, 2024
1 parent 47e4cc3 commit 9b49563
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 +31,7 @@ jobs:
matrix:
python-version: [3.8, 3.9]
requirements-level: [pypi]
db-service: [postgresql12, postgresql14, mysql5, mysql8]

exclude:
- python-version: 3.8
requirements-level: pypi
db-service: mysql5

- python-version: 3.9
requirements-level: pypi
db-service: mysql5

include:
- db-service: postgresql13
DB: postgresql13

- db-service: postgresql14
DB: postgresql14

- db-service: mysql5
DB: mysql5

- db-service: mysql8
DB: mysql8
db-service: [postgresql12, postgresql13, postgresql14, mysql5, mysql8]

env:
DB: ${{ matrix.DB }}
Expand Down

0 comments on commit 9b49563

Please sign in to comment.