Update '.woodpecker.yml'

This commit is contained in:
Anthony Wang 2022-01-20 19:23:32 -06:00
parent 1ddabccbc9
commit a2a81de995

View file

@ -27,6 +27,6 @@ pipeline:
run:
image: python
commands:
- a = 2
- a = 2 + 2
- print(a)
- import this