Skip to content

Commit

Permalink
FIXUP: Install Poetry via APT
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Sep 27, 2024
1 parent 3af1745 commit c70e0db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if [ -f "share/container.tar.gz" ]; then
echo "Already cached, skipping"
else
sudo pip3 install poetry
sudo apt-get install -y python3-poetry
python3 ./install/common/build-image.py
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
if [ -f "share/container.tar.gz" ]; then
echo "Already cached, skipping"
else
sudo pip3 install poetry
sudo apt-get install -y python3-poetry
python3 ./install/common/build-image.py
fi
Expand Down

0 comments on commit c70e0db

Please sign in to comment.