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:
parent
cb99a175ea
commit
c76d69eb20
@ -28,7 +28,7 @@ stages:
|
|||||||
- test
|
- test
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pipenv install
|
- pipenv sync
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- ci/environment.yml
|
- ci/environment.yml
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user