Skip to content

Commit

Permalink
Disable user prompt to upgrade lightning version
Browse files Browse the repository at this point in the history
Silences the `A newer version of lightning is available` user prompt that stops the build from completing on the command-line. Xref https://github.com/Lightning-AI/lightning/blob/2.0.0/src/lightning/app/cli/lightning_cli.py#L76-L84
  • Loading branch information
weiji14 committed Apr 6, 2023
1 parent ac5b591 commit 4661300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/lightning/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test:
- lightning
commands:
- pip check
- lightning --help
- LIGHTING_TESTING=1 lightning --help
requires:
- pip
- python >=3.7, <3.11 # TODO: this upper bound is because of PyTorch issue with dataclass
Expand Down

0 comments on commit 4661300

Please sign in to comment.