mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
chore(ci): update name of poetry --remove-untracked option
This commit is contained in:
parent
e80dbfc74b
commit
cb34b508b9
@ -32,7 +32,7 @@ stages:
|
||||
|
||||
before_script:
|
||||
- . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh || true
|
||||
- $NIX_SHELL --run "poetry install --remove-untracked"
|
||||
- $NIX_SHELL --run "poetry install --sync"
|
||||
- export LEGACY_VERSION=$($NIX_SHELL --run "./tools/version.sh legacy/firmware/version.h")
|
||||
- export CORE_VERSION=$($NIX_SHELL --run "./tools/version.sh core/embed/firmware/version.h")
|
||||
|
||||
|
@ -25,7 +25,7 @@ If you are building from an existing checkout, do not forget to refresh the subm
|
||||
|
||||
```sh
|
||||
git submodule update --init --recursive --force
|
||||
poetry install --remove-untracked
|
||||
poetry install --sync
|
||||
```
|
||||
|
||||
## Poetry
|
||||
|
Loading…
Reference in New Issue
Block a user