Skip to content

Commit

Permalink
[sq]
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed May 24, 2024
1 parent a52c8f0 commit 2865f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions test/support/apps/phx1_7/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ defmodule Phx17.MixProject do
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.20"},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},
{:ssl_verify_fun, manager: :rebar3, runtime: false, override: true}
{:plug_cowboy, "~> 2.5"}
]
end

Expand Down
3 changes: 2 additions & 1 deletion test/support/patches/install-torch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ diff --git a/mix.exs b/mix.exs
index 34ce721..257007a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -51,7 +51,8 @@ defmodule Phx17.MixProject do
@@ -51,6 +51,8 @@ defmodule Phx17.MixProject do
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.20"},
{:jason, "~> 1.2"},
- {:plug_cowboy, "~> 2.5"}
+ {:plug_cowboy, "~> 2.5"},
+ {:ssl_verify_fun, manager: :rebar3, runtime: false, override: true},
+ {:torch, path: "../../../../"}
]
end

0 comments on commit 2865f24

Please sign in to comment.