Skip to content

Commit 660be8c

Browse files
test
1 parent 15ac800 commit 660be8c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/speakeasy_sdk_generation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ permissions:
1313
default: false
1414
schedule:
1515
- cron: 0 0 * * *
16+
env:
17+
PIP_PREFER_BINARY: "true"
18+
PIP_ONLY_BINARY: ":all:"
1619
jobs:
1720
generate:
1821
uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15

poetry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[virtualenvs]
22
in-project = true
3+
4+
[installer]
5+
prefer-binary = true

0 commit comments

Comments
 (0)