1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

ci: use pipenv sync

This commit is contained in:
matejcik 2019-08-08 14:17:52 +02:00 committed by matejcik
parent cb99a175ea
commit c76d69eb20
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -23,7 +23,7 @@ env:
install: install:
- pip install --upgrade pip wheel setuptools - pip install --upgrade pip wheel setuptools
- pip install pipenv - pip install pipenv
- pipenv install - pipenv sync
# make sure pipenv is installable without protobuf - install protoc later # 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" - 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 - unzip "protoc-${PROTOBUF_VERSION}-linux-x86_64.zip" -d protoc