Skip to content

Commit 7bc1076

Browse files
Reverting to original workflow
1 parent 4409d5d commit 7bc1076

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,8 @@ jobs:
5858
pip install --user pipx
5959
pip install --user setuptools
6060
pipx ensurepath
61-
if [[ "${{ matrix.python-version }}" == "3.8" ]]; then
62-
pipx install 'poetry==1.5.1' --pip-args='installer<0.7.0' || {
63-
echo "❌ pipx install failed — printing pip log:"
64-
cat /opt/pipx/logs/*_pip_errors.log || echo "Log not found"
65-
exit 1
66-
}
67-
else
68-
pipx install poetry
69-
fi
61+
pipx install poetry
62+
cat /opt/pipx/logs/*_pip_errors.log || echo "Log not found"
7063
poetry config virtualenvs.in-project true
7164
poetry install --with dev
7265
poetry self add "poetry-dynamic-versioning[plugin]"

0 commit comments

Comments
 (0)