Update '.woodpecker.yml'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
val 2022-09-14 14:52:42 +00:00
parent eeef252d6a
commit de6630f668

View File

@ -1,9 +1,11 @@
pipeline: pipeline:
build: test-python:
image: debian image: python:${PYTHON_VERSION}
commands: commands:
- echo "This is the build step" - sleep 30
a-test-step: - python -V
image: python
commands: matrix:
- python -V PYTHON_VERSION:
- 3.7
- 3.10