ci: use pipenv sync

pull/404/head
matejcik 5 years ago committed by matejcik
parent cb99a175ea
commit c76d69eb20

@ -28,7 +28,7 @@ stages:
- test
before_script:
- pipenv install
- pipenv sync
include:
- ci/environment.yml

@ -23,7 +23,7 @@ env:
install:
- pip install --upgrade pip wheel setuptools
- pip install pipenv
- pipenv install
- pipenv sync
# make sure pipenv is installable without protobuf - install protoc later
- curl -LO "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protoc-${PROTOBUF_VERSION}-linux-x86_64.zip"
- unzip "protoc-${PROTOBUF_VERSION}-linux-x86_64.zip" -d protoc

Loading…
Cancel
Save