Skip to content

Commit

Permalink
Use venv in simple py test
Browse files Browse the repository at this point in the history
This is required for running with verify-provider-release.
  • Loading branch information
danielrbradley committed Dec 12, 2024
1 parent eaad678 commit 59f952a
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 59f952a

Please sign in to comment.