Skip to content

Commit 1e48e2a

Browse files
committed
use pypy3.11 on pythran windows
1 parent 49e8804 commit 1e48e2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/numpy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
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)
@@ -71,6 +70,7 @@ jobs:
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

.github/workflows/pythran.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
7878
uses: actions/[email protected]
7979
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: |

0 commit comments

Comments
 (0)