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 185a1b3 commit 18d257fCopy full SHA for 18d257f
2 files changed
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
with:
21
submodules: 'recursive'
22
23
+ - run: pipx install poetry
24
+
25
- name: Set up Python
26
uses: actions/setup-python@v4
27
@@ -29,7 +31,6 @@ jobs:
29
31
- name: Install dependencies
30
32
shell: bash
33
run: |
- pipx install poetry==1.3.2
34
python -m venv venv
35
source venv/bin/activate || source venv/Scripts/activate
36
make build
.github/workflows/examples.yml
@@ -21,6 +21,8 @@ jobs:
28
@@ -36,7 +38,6 @@ jobs:
38
37
39
40
- pipx install poetry
41
42
43
0 commit comments