File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- os : [ubuntu-latest, macos-latest, windows-latest ]
30
+ os : [ubuntu-latest, macos-latest, windows-2019 ]
31
31
python_version : [pypy-3.11-nightly]
32
32
33
33
timeout-minutes : 120
40
40
submodules : recursive
41
41
fetch-depth : 0
42
42
43
- - name : Install pkg-config
44
- run : |
45
- choco install -y --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
46
- echo "PKG_CONFIG_PATH=${{ github.workspace }}/.openblas" >> $env:GITHUB_ENV
47
- if : matrix.os == 'windows-latest'
48
-
49
-
43
+
50
44
with :
51
45
python-version : ${{ matrix.python_version }}
52
46
61
55
# Use a newer cython
62
56
python -m pip install git+https://github.com/cython/cython.git
63
57
58
+ - name : Install pkg-config
59
+ run : |
60
+ choco install -y --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
61
+ echo "PKG_CONFIG_PATH=${{ github.workspace }}/.openblas" >> $env:GITHUB_ENV
62
+ if : matrix.os == 'windows-2019'
63
+
64
64
- name : Install NumPy (use Accelerate)
65
65
if : matrix.os == 'macos-latest'
66
66
run : |
You can’t perform that action at this time.
0 commit comments