Skip to content

Commit

Permalink
chore(ci): update poetry install params
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz authored and vdovhanych committed Oct 10, 2024
1 parent 4f459c4 commit 0c3c49d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable

- name: "Install poetry"
run: nix-shell --run "poetry install"
run: nix-shell --run "poetry install --no-root"
- name: Run style check
run: nix-shell --run "poetry run make style_check"
- name: Run code check
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-debian
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ WORKDIR /trezor-user-env

# Install Python dependencies using poetry
RUN poetry cache clear --all pypi
RUN poetry install --no-dev --no-root
RUN poetry install --no-root --without dev

# Execute scripts and clean up
RUN ./src/binaries/firmware/bin/download.sh
Expand Down

0 comments on commit 0c3c49d

Please sign in to comment.