Skip to content

Commit

Permalink
BLD: up to date blas
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Jul 30, 2023
1 parent 22f38ca commit 7126e2c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux_musl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:


steps:
- name: setup
- name: Get source
run: |
apk update --quiet
Expand All @@ -52,11 +52,12 @@ jobs:
git submodule update --init
- name: prep venv
- name: prep build environment
run: |
cd $RUNNER_TEMP
python -m venv test_env
source test_env/bin/activate
cd $GITHUB_WORKSPACE
python -m pip install cython numpy
# python -m pip install --upgrade --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
Expand Down

0 comments on commit 7126e2c

Please sign in to comment.