Skip to content

Commit

Permalink
fixup! fixup! chore(ci): update poetry install params
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Oct 9, 2024
1 parent 713c025 commit dae56a7
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 --no-root --only main"
run: nix-shell --run "poetry install --no-root --without dev"
- 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-root --only main
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 dae56a7

Please sign in to comment.