Skip to content

Commit

Permalink
Add zip exclusions during GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Chern Chong committed May 19, 2024
1 parent 66b9e16 commit dadfb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulumi.preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python -m venv python
source python/bin/activate
pip install -r requirements.txt
zip -r package.zip python/lib/python3.12/site-packages
zip -r package.zip python/lib/python3.12/site-packages -x "**/pulumi*/*" "**/pip*/*" "**/pytest*/*"
- uses: pulumi/actions@v5
with:
command: up
Expand Down

0 comments on commit dadfb66

Please sign in to comment.