Skip to content

Commit

Permalink
CI: add setuptools
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Aug 8, 2024
1 parent 70a668f commit 2d96d0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ cd user/
python -m venv venv
source venv/bin/activate

pip install setuptools
pip install pulumi_cloudinit
pip install $GOPATH/sdk/python/

Expand All @@ -125,6 +126,7 @@ cd ../hello/
python -m venv venv
source venv/bin/activate

pip install setuptools
pip install pulumi_cloudinit
pip install $GOPATH/sdk/python/

Expand Down

0 comments on commit 2d96d0f

Please sign in to comment.