Skip to content

Conversation

@stewartj3
Copy link
Contributor

Mix deprecated setting :preferred_cli_env. Move to the new def cli across nx, exla, and torchx.

warning: setting :preferred_cli_env in your mix.exs "def project" is deprecated, set it inside "def cli" instead:

def cli do
  [preferred_envs: [docs: :docs, "hex.publish": :docs]]
end

Mix deprecated setting :preferred_cli_env. Move to the new def cli across nx, exla, and torchx.

warning: setting :preferred_cli_env in your mix.exs "def project" is deprecated, set it inside "def cli" instead:

    def cli do
      [preferred_envs: [docs: :docs, "hex.publish": :docs]]
    end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant