Skip to content

Commit d861422

Browse files
author
Praneeth Ramesh
committed
ci: install numpy before torch to fix Numpy is not available error
1 parent 97f17c5 commit d861422

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31+
uv pip install --system numpy
3132
uv pip install --system torch==${{ matrix.torch-version }} --index-url https://download.pytorch.org/whl/cpu
3233
uv pip install --system -e ".[dev]"
3334
@@ -55,6 +56,7 @@ jobs:
5556

5657
- name: Install dependencies
5758
run: |
59+
uv pip install --system numpy
5860
uv pip install --system torch==2.3.0 --index-url https://download.pytorch.org/whl/cpu
5961
uv pip install --system -e ".[dev,s3,iceberg]"
6062

0 commit comments

Comments
 (0)