Skip to content

Commit 3e4dc86

Browse files
Adding poetry install fix
1 parent a4eb152 commit 3e4dc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
pip install --user setuptools
6060
export PATH="$HOME/.local/bin:$PATH"
6161
python -m pipx ensurepath
62-
pipx install poetry || {
62+
python -m pipx install poetry || {
6363
echo "❌ pipx install failed — printing pip log:"
6464
cat /opt/pipx/logs/*_pip_errors.log || echo "Log not found"
6565
exit 1

0 commit comments

Comments
 (0)