Skip to content

Commit 3249f98

Browse files
test
1 parent 15ac800 commit 3249f98

3 files changed

Lines changed: 25 additions & 16 deletions

File tree

.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.lock

Lines changed: 21 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ in-project = true
3333
deepdiff = ">=6.0"
3434
freezegun = ">=1.5.1"
3535
mypy = "==1.15.0"
36+
psutil = ">=5.8.0,<6.0.0"
3637
pylint = "==3.2.3"
3738
pytest = ">=8.3.3"
3839
pytest-asyncio = ">=0.24.0"

0 commit comments

Comments
 (0)