From 4ed8418d8e5665ef53fe0f156e1a545eb0347190 Mon Sep 17 00:00:00 2001 From: Becky Sweger Date: Mon, 8 Apr 2024 11:37:00 -0400 Subject: [PATCH] Execute Pulumi in the venv created by PDM --- .github/workflows/pulumi_preview.yaml | 3 ++- .github/workflows/pulumi_update.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pulumi_preview.yaml b/.github/workflows/pulumi_preview.yaml index e76b50b..90eec86 100644 --- a/.github/workflows/pulumi_preview.yaml +++ b/.github/workflows/pulumi_preview.yaml @@ -46,4 +46,5 @@ jobs: stack-name: bsweger/hubverse-aws/hubverse comment-on-pr: true env: - PULUMI_ACCESS_TOKEN: ${{ secrets.BSWEGER_PULUMI_DEMO }} \ No newline at end of file + PULUMI_ACCESS_TOKEN: ${{ secrets.BSWEGER_PULUMI_DEMO }} + PULUMI_PYTHON_CMD: .venv/bin/python \ No newline at end of file diff --git a/.github/workflows/pulumi_update.yaml b/.github/workflows/pulumi_update.yaml index 6ef340c..a41c838 100644 --- a/.github/workflows/pulumi_update.yaml +++ b/.github/workflows/pulumi_update.yaml @@ -46,4 +46,5 @@ jobs: stack-name: bsweger/hubverse-aws/hubverse comment-on-pr: true env: - PULUMI_ACCESS_TOKEN: ${{ secrets.BSWEGER_PULUMI_DEMO }} \ No newline at end of file + PULUMI_ACCESS_TOKEN: ${{ secrets.BSWEGER_PULUMI_DEMO }} + PULUMI_PYTHON_CMD: .venv/bin/python \ No newline at end of file