Skip to content

Commit

Permalink
add PKG_CONFIG_PATH (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Nov 3, 2023
1 parent d1407f5 commit 56a9516
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
env:
BITS: 64
NPY_USE_BLAS_ILP64: '1'
PKG_CONFIG_PATH: ${{ github.workspace }}/repo/.openblas
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -60,8 +59,11 @@ jobs:
spin config-openblas --with-scipy-openblas=32
- name: Install NumPy
env:
PKG_CONFIG_PATH: ${{ github.workspace }}/repo/.openblas
run: |
cd repo
python -c "import os; print('PKG_CONFIG_PATH', os.environ['PKG_CONFIG_PATH'])"
python -m pip install . -v -Csetup-args="--vsenv"
- name: Test
Expand Down

0 comments on commit 56a9516

Please sign in to comment.