File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5858 - name : Install pkg-config
5959 run : |
6060 choco install -y --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
61- echo "PKG_CONFIG_PATH=${{ github.workspace }}/.openblas" >> $env:GITHUB_ENV
6261 if : ${{ startswith(matrix.os, 'windows') }}
6362
6463 - name : Install NumPy (use Accelerate)
7170 if : matrix.os != 'macos-latest'
7271 run : |
7372 cd repo
73+ export PKG_CONFIG_PATH=$PWD/.openblas
7474 spin build -j2 --with-scipy-openblas=32 -j2 -- --vsenv
7575
7676 - name : Test
Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ jobs:
6969
7070 pythran-windows :
7171 runs-on : windows-latest
72- name : windows pypy3.10 clang
72+ name : windows pypy3.11 clang
7373 strategy :
7474 matrix :
7575 architectures : [x64]
7676 steps :
7777 - name : Setup Python
78787979 with :
80- python-version : pypy-3.10 -nightly
80+ python-version : pypy-3.11 -nightly
8181 architecture : ${{ matrix.architecture }}
8282 - name : Install clang-cl
8383 run : |
You can’t perform that action at this time.
0 commit comments