Skip to content

Commit

Permalink
install pkgconfig on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Nov 3, 2023
1 parent 56a9516 commit e223987
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Install pkg-config
run: |
choco install -y --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
if: matrix.os == 'windows-latest'

- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
Expand Down

0 comments on commit e223987

Please sign in to comment.