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 86227b4 commit c01b1e8Copy full SHA for c01b1e8
1 file changed
.github/workflows/ci.yml
@@ -69,6 +69,8 @@ jobs:
69
with:
70
python-version: ${{ matrix.python-version }}
71
72
+ - run: echo "PIPX_DEFAULT_PYTHON=$(which python)" >> $GITHUB_ENV
73
+
74
- name: Install poetry
75
run: pipx install poetry
76
0 commit comments