Skip to content

Commit 0e0b360

Browse files
committed
update
1 parent d53e635 commit 0e0b360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ install:
6464
- echo "Installing Python dependencies"
6565
- pip install -r requirements.txt
6666
- echo "Verifying Pulumi installation"
67-
- python -c "import pulumi; print('Pulumi version:', pulumi.__version__)"
67+
- python -c "import pulumi; print('Pulumi version:', pulumi._version)"
6868
- echo "Dependencies installed successfully"
6969
artifacts:
7070
paths:

0 commit comments

Comments
 (0)