check shell used?
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/push/linting Pipeline failed

This commit is contained in:
RealStickman 2022-09-12 17:41:27 +02:00
parent 2eb1349058
commit 1459b00cab

View File

@ -4,6 +4,7 @@ pipeline:
image: python:latest image: python:latest
group: linting group: linting
commands: commands:
- echo $SHELL
- python --version - python --version
- pip install -U virtualenv --quiet - pip install -U virtualenv --quiet
- virtualenv venv - virtualenv venv