https://pulumi.com logo
s

straight-dinner-71846

08/18/2023, 8:32 AM
Hi, I tried to run this command in my githubAction
- name: Install Pulumi dependencies
working-directory: infrastructure
run: |
source venv/bin/activate
python3 -m ensurepip --upgrade
pip3 install -r requirements.txt
pulumi plugin install resource aws v5.4.0
In the line
pulumi plugin install resource aws v5.4.0
I got this error pulumi: command not found. I use venv to install requirement which include pulumi. I will appreciate any helps.
l

limited-rainbow-51650

08/18/2023, 11:59 AM
Hello @straight-dinner-71846. Via the Python dependencies, you only installed the Pulumi Python SDK library. This doesn't install the Pulumi CLI. If you want the Pulumi CLI add our Pulumi Github action to your Github Actions workflow file: https://github.com/marketplace/actions/pulumi-cli-action#installation-only