We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53e635 commit 0e0b360Copy full SHA for 0e0b360
.gitlab-ci.yml
@@ -64,7 +64,7 @@ install:
64
- echo "Installing Python dependencies"
65
- pip install -r requirements.txt
66
- echo "Verifying Pulumi installation"
67
- - python -c "import pulumi; print('Pulumi version:', pulumi.__version__)"
+ - python -c "import pulumi; print('Pulumi version:', pulumi._version)"
68
- echo "Dependencies installed successfully"
69
artifacts:
70
paths:
0 commit comments