Revert "Use python image for tests"
Some checks failed
/ test (push) Failing after 9s

This reverts commit f9a4aff0b4.
This commit is contained in:
Sonny Bakker 2024-10-23 08:31:31 +02:00
parent f9a4aff0b4
commit 9972f38651

View file

@ -9,7 +9,6 @@ env:
jobs:
test:
runs-on: docker
container: 'python:3.11'
services:
postgres:
@ -25,6 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: actions/cache@v4
with:
path: "${{ GITHUB_WORKSPACE }}/.cache/uv"