Skip to content

Commit

Permalink
fix: fmt & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Sep 12, 2024
1 parent b012e6a commit 6b771e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ports/pipi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ export class Port extends PortBase {

await $`${
depExecShimPath(std_ports.cpy_bs_ghrel, "python3", args.depArts)
} -m pip -qq install ${conf.packageName}==${args.installVersion} ${dependencies ?? []}`
} -m pip -qq install ${conf.packageName}==${args.installVersion} ${
dependencies ?? []
}`
.env(
{
...depPathEnvs,
Expand Down
1 change: 0 additions & 1 deletion ports/poetry.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
$,
defaultLatestStable,
InstallConfigSimple,
osXarch,
Expand Down

0 comments on commit 6b771e7

Please sign in to comment.