Skip to content

Commit b15e280

Browse files
Checking Logs
1 parent 7bc1076 commit b15e280

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ jobs:
5858
pip install --user pipx
5959
pip install --user setuptools
6060
pipx ensurepath
61-
pipx install poetry
61+
pipx install poetry || {
62+
echo "❌ pipx install failed — printing pip log:"
6263
cat /opt/pipx/logs/*_pip_errors.log || echo "Log not found"
64+
exit 1
65+
}
6366
poetry config virtualenvs.in-project true
6467
poetry install --with dev
6568
poetry self add "poetry-dynamic-versioning[plugin]"

0 commit comments

Comments
 (0)