1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-17 10:51:00 +00:00

fix(ci): make sure poetry environment is clean of leftovers

This commit is contained in:
matejcik 2022-03-17 12:15:31 +01:00 committed by matejcik
parent 068e97c258
commit 6af119fcdd
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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