parent
3f43b63981
commit
3882ce4b1d
1 changed files with 3 additions and 4 deletions
|
@ -2,9 +2,8 @@ on: [push]
|
|||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: docker.io/python:3.11-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- run: pip3 install ansible
|
||||
|
||||
|
|
Loading…
Reference in a new issue