We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4dc86 commit ccbe91cCopy full SHA for ccbe91c
.github/workflows/test.yml
@@ -57,6 +57,7 @@ jobs:
57
python -m pip install --upgrade pip setuptools
58
python -m pip install --user pipx
59
pip install --user setuptools
60
+ curl -sSf https://raw.githubusercontent.com/pypa/pipx/main/install.sh | bash
61
export PATH="$HOME/.local/bin:$PATH"
62
python -m pipx ensurepath
63
python -m pipx install poetry || {
0 commit comments