Skip to content

Commit 2d825ba

Browse files
committed
Make: numpy dependency
1 parent c70e811 commit 2d825ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python-version: ${{ matrix.python-version }}
3535
- name: Install dependencies
3636
run: |
37-
python -m pip install --no-cache-dir --upgrade pip
37+
python -m pip install --no-cache-dir --upgrade pip numpy
3838
pip install --no-cache-dir pytest
3939
- name: Build locally
4040
run: python -m pip install .

0 commit comments

Comments
 (0)