mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
ci: use pipenv sync
This commit is contained in:
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…
Reference in New Issue
Block a user