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