Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kalombos committed Oct 15, 2024
1 parent a33c2ed commit 094cbef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
POETRY_VIRTUALENVS_CREATE: "false"
steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import peewee
import pytest
from _pytest.logging import LogCaptureFixture
from pytest import LogCaptureFixture

from peewee_async.databases import AioDatabase
from tests.conftest import dbs_all
Expand Down

0 comments on commit 094cbef

Please sign in to comment.