[CI] --upgrade-deps did not do what I expected, so we update pip ourselves
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
21648db283
commit
c88868a95c
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ steps:
|
||||||
DJANGO_SETTINGS_MODULE: dx.settings
|
DJANGO_SETTINGS_MODULE: dx.settings
|
||||||
DJANGO_CONFIGURATION: Dev
|
DJANGO_CONFIGURATION: Dev
|
||||||
commands:
|
commands:
|
||||||
- python -m venv --upgrade-deps --without-scm-ignore-files venv
|
# - python -m venv --upgrade-deps --without-scm-ignore-files venv
|
||||||
|
- python -m venv venv
|
||||||
- /bin/bash -c "source venv/bin/activate"
|
- /bin/bash -c "source venv/bin/activate"
|
||||||
|
- python -m pip install --upgrade pip
|
||||||
- python -m pip install -r requirements/test.txt
|
- python -m pip install -r requirements/test.txt
|
||||||
- python -m pytest
|
- python -m pytest
|
||||||
|
|
Loading…
Reference in a new issue