does your pulumi package version (in your venv) ma...
# python
h
does your pulumi package version (in your venv) match your pulumi binary version?
l
I cannot really test that, this is how I setup my container:
Copy code
RUN curl -fsSL <https://get.pulumi.com> | sh
RUN PATH="/root/.pulumi/bin:$PATH"; pip install pulumi pulumi-azure pulumi-kubernetes azure azure-graphrbac
i have it working locally, with a really outdated pulumi
but this one is in the hosted build agents
h
ok, if you're rebuilding from scratch each time, you should be up-to-date