Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed Jul 20, 2024
1 parent c56fc20 commit a58df3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
# mix dialyzer --plt
- run: mix deps.get
- run: mix compile --force --warnings-as-errors
- run: MIX_ENV=prod mix compile --force --warnings-as-errors
- run: mix deps.unlock --check-unused
- run: mix format --check-formatted
- run: mix credo --strict
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ defmodule Vix.MixProject do
end

defp maybe_kino do
if Version.compare(System.version(), "1.13.0") in [:gt, :eq] do
if Version.compare(System.version(), "1.14.0") in [:gt, :eq] do
[{:kino, "~> 0.7", optional: true}]
else
[]
Expand Down

0 comments on commit a58df3b

Please sign in to comment.