[ci] pipenv --skip-lock (has been remove)
This commit is contained in:
parent
28a1a69435
commit
59889e1e31
|
@ -36,7 +36,7 @@ stages:
|
||||||
- apk update && apk add py3-virtualenv py3-pip
|
- apk update && apk add py3-virtualenv py3-pip
|
||||||
- python3 -V # Print out python version for debugging
|
- python3 -V # Print out python version for debugging
|
||||||
- pip3 install pipenv
|
- pip3 install pipenv
|
||||||
- pipenv install --dev --skip-lock
|
- pipenv install --dev
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: python:${PYVERSION}-bullseye
|
image: python:${PYVERSION}-bullseye
|
||||||
|
@ -63,7 +63,7 @@ build_pypi:
|
||||||
- apk update && apk add py3-virtualenv py3-pip
|
- apk update && apk add py3-virtualenv py3-pip
|
||||||
- python3 -V # Print out python version for debugging
|
- python3 -V # Print out python version for debugging
|
||||||
- pip3 install pipenv
|
- pip3 install pipenv
|
||||||
- pipenv install --dev --skip-lock
|
- pipenv install --dev
|
||||||
- pipenv run python -m build --sdist
|
- pipenv run python -m build --sdist
|
||||||
- pipenv run python -m build --wheel
|
- pipenv run python -m build --wheel
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in New Issue