Skip to content

Commit

Permalink
Cleanup test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 13, 2024
1 parent 07aea1e commit ccfa5eb
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ jobs:
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', '3.13']

services:
postgres:
image: postgis/postgis:12-3.2
env:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: test
ports:
- 5432:5432

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -38,8 +29,6 @@ jobs:
run: |
uv sync --dev
- name: Test
env:
POSTGRES_URI: postgres:postgres@localhost:5432/test
run: |
uv run pytest -v tests
Expand Down

0 comments on commit ccfa5eb

Please sign in to comment.