This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
MAINT: install virualenv for asv
pull/4751/head
Evgeni Burovski
1 year ago
parent
17d9f2c828
commit
058e85dc73
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/cirun-asv.yml
+ 1
- 1
.github/workflows/cirun-asv.yml
View File
@@ -60,7 +60,7 @@ jobs:
- name: Install python dependencies
run: |
pip3 install numpy meson meson-python ninja build asv
pip3 install numpy meson meson-python ninja build asv
virtualenv
# pip3 install scipy_openblas32
# install the nightly OpenBLAS wheel
pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy-openblas32
Write
Preview
Loading…
Cancel
Save