Skip to content

Commit 12603bd

Browse files
committed
delete numpy
1 parent 8caee66 commit 12603bd

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
run: |
4242
python -m venv venv
4343
venv/bin/python -m pip install --upgrade pip
44-
venv/bin/python -m pip install --no-binary=numpy numpy
4544
venv/bin/python -m pip install -r requirements.txt
4645
venv/bin/python -m pip install -r docs/requirements.txt
4746
PATH="$PWD/venv/bin:$PATH" make install-dev

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
run: |
3737
python -m venv venv
3838
venv/bin/python -m pip install -U pip
39-
venv/bin/python -m pip install --no-binary=numpy numpy
4039
venv/bin/python -m pip install -r requirements.txt
4140
4241
- name: Run tests (venv)

0 commit comments

Comments
 (0)