Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 2, 2023
1 parent 5cac72a commit d1a0413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: ['push']

jobs:
pytest:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
python-version: ['3.7', '3.11']
python-version: ['3.8', '3.11']

services:
postgres:
Expand Down Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
python3 -m pip install --upgrade pip setuptools
python3 -m pip install psycopg2-binary
python3 -m pip install -r requirements/pytest.txt
python3 -m pip install -e .
python3 -m pip install -e .[pytest]
- name: Setup environment file
run: |
Expand Down

0 comments on commit d1a0413

Please sign in to comment.