Skip to content

Commit

Permalink
Use venv in simple py test (#1453)
Browse files Browse the repository at this point in the history
This is required for running with verify-provider-release.

Manual verification run from this branch succeeded:
https://github.com/pulumi/pulumi-random/actions/runs/12298752225
  • Loading branch information
danielrbradley authored Dec 12, 2024
1 parent eaad678 commit 3c494b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions examples/simple/py/Pulumi.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
name: simple-random-py
runtime: python
description: A simple example of using various random resources in python
description: A simple example of using various random resources in python
runtime:
name: python
options:
virtualenv: venv

0 comments on commit 3c494b6

Please sign in to comment.