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

This commit is contained in:
Sonny Bakker 2024-10-23 08:24:56 +02:00
parent b34737ef20
commit f9a4aff0b4

View file

@ -9,6 +9,7 @@ env:
jobs:
test:
runs-on: docker
container: 'python:3.11'
services:
postgres:
@ -24,9 +25,6 @@ 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"