``` pulumi: warning: A new version of Pulumi is av...
# general
f
Copy code
pulumi: warning: A new version of Pulumi is available. To upgrade from version '1.1.0' to '1.2.0', run 
       $ brew upgrade pulumi
    or visit <https://pulumi.com/docs/reference/install/> for manual instructions and release notes.
I’m running pulumi in ci, is there a way to remove the warning?
btw
brew upgrade pulumi
just outputs:
Copy code
Error: pulumi 1.1.0 already installed
g
Set the environment variable
PULUMI_SKIP_UPDATE_CHECK=true
. https://www.pulumi.com/docs/get-started/install/#new-version-warning
w
FWIW - https://github.com/Homebrew/homebrew-core/pull/44633 is tracking getting
1.2.0
into HomeBrew core.
f
ok awesome! thanks!