Skip to content

Commit 05e830d

Browse files
committed
ci(github): add pip wheel for ml-dtypes in test.yml workflow
1 parent b098c98 commit 05e830d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
schedule:
1111
- cron: "0 2 * * *" # 2 AM UTC nightly
12-
12+
1313
workflow_dispatch:
1414

1515

@@ -44,6 +44,7 @@ jobs:
4444

4545
- name: Install dependencies
4646
run: |
47+
pip wheel --no-cache-dir --use-pep517 ml-dtypes
4748
poetry install --all-extras
4849
4950
- name: Set Redis image name

0 commit comments

Comments
 (0)