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 15ac800 commit 660be8cCopy full SHA for 660be8c
.github/workflows/speakeasy_sdk_generation.yml
@@ -13,6 +13,9 @@ permissions:
13
default: false
14
schedule:
15
- cron: 0 0 * * *
16
+env:
17
+ PIP_PREFER_BINARY: "true"
18
+ PIP_ONLY_BINARY: ":all:"
19
jobs:
20
generate:
21
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15
poetry.toml
@@ -1,2 +1,5 @@
1
[virtualenvs]
2
in-project = true
3
+
4
+[installer]
5
+prefer-binary = true
0 commit comments