[CI] apparently /bin/sh does not know "source" so we try "."
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
This commit is contained in:
parent
a7046d7296
commit
9b5f60b571
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ steps:
|
|||
ENV_PATH: .env.ci
|
||||
commands:
|
||||
- python -m venv venv
|
||||
- source venv/bin/activate
|
||||
- . venv/bin/activate
|
||||
- echo VENV is $VIRTUAL_ENV
|
||||
- python -m pip install --root-user-action=ignore --disable-pip-version-check --no-input --quiet -r requirements/test.txt
|
||||
- python -m pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue