mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-17 19:00:58 +00:00
fix(ci): make sure poetry environment is clean of leftovers
This commit is contained in:
parent
068e97c258
commit
6af119fcdd
@ -29,7 +29,7 @@ stages:
|
||||
|
||||
before_script:
|
||||
- . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh || true
|
||||
- nix-shell --run "poetry install"
|
||||
- nix-shell --run "poetry install --remove-untracked"
|
||||
- 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")
|
||||
|
||||
|
@ -23,7 +23,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
|
||||
poetry install --remove-untracked
|
||||
```
|
||||
|
||||
## Poetry
|
||||
|
Loading…
Reference in New Issue
Block a user