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.
2 parents 6d40a87 + a22c091 commit 2eab6cdCopy full SHA for 2eab6cd
.github/workflows/ci.yml
@@ -25,8 +25,9 @@ jobs:
25
python-version: "3.11"
26
27
- name: Install Poetry
28
+ # https://github.com/pypa/pipx/issues/1195
29
run: |
- pipx install poetry --python=python3.11
30
+ pipx install poetry --python="$(command -v python3.11)"
31
32
- name: Poetry caches
33
uses: actions/cache@v3
.github/workflows/e2e-external-phase-2.yml
@@ -94,8 +94,9 @@ jobs:
94
95
96
97
98
99
100
101
102
0 commit comments