Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Oct 27, 2024
1 parent cb82fe1 commit 5d96d44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
db-backend: [mysql, postgres]
python-version: ['3.9', '3.11']
python-version: ['3.9', '3.12']

services:
postgres:
Expand All @@ -34,10 +34,7 @@ jobs:
- name: Install Daiquiri
run: |
pip install -e .
pip install psycopg2-binary
pip install mysqlclient
pip install coveralls
pip install -e .[ci]
- name: Prepare testing app
run: |
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,16 @@ dependencies = [
]

[project.optional-dependencies]
ci = [
"coveralls",
"rdmo[pytest]",
]
dev = [
"build",
"pre-commit",
"ruff",
"twine",
"rdmo[pytest]",
]
gunicorn = [
"gunicorn>=23.0",
Expand Down

0 comments on commit 5d96d44

Please sign in to comment.