Skip to content

Commit 33b8548

Browse files
committed
refactor numpy
1 parent 2e7b75d commit 33b8548

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/numpy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-latest, macos-latest, windows-latest]
30+
os: [ubuntu-latest, macos-latest, windows-2019]
3131
python_version: [pypy-3.11-nightly]
3232

3333
timeout-minutes: 120
@@ -40,13 +40,7 @@ jobs:
4040
submodules: recursive
4141
fetch-depth: 0
4242

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-
- uses: actions/[email protected]
43+
- uses: actions/[email protected]
5044
with:
5145
python-version: ${{ matrix.python_version }}
5246

@@ -61,6 +55,12 @@ jobs:
6155
# Use a newer cython
6256
python -m pip install git+https://github.com/cython/cython.git
6357
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+
6464
- name: Install NumPy (use Accelerate)
6565
if: matrix.os == 'macos-latest'
6666
run: |

0 commit comments

Comments
 (0)