We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15e280 commit a4eb152Copy full SHA for a4eb152
1 file changed
.github/workflows/test.yml
@@ -54,10 +54,11 @@ jobs:
54
- name: Configure dependencies
55
run: |
56
sudo apt install bubblewrap
57
- pip install --user --upgrade pip
58
- pip install --user pipx
+ python -m pip install --upgrade pip setuptools
+ python -m pip install --user pipx
59
pip install --user setuptools
60
- pipx ensurepath
+ export PATH="$HOME/.local/bin:$PATH"
61
+ python -m pipx ensurepath
62
pipx install poetry || {
63
echo "❌ pipx install failed — printing pip log:"
64
cat /opt/pipx/logs/*_pip_errors.log || echo "Log not found"
0 commit comments