This commit is contained in:
parent
b34737ef20
commit
f9a4aff0b4
1 changed files with 1 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue