Skip to content

Commit

Permalink
DEBUG: skip installing pkg-config (no need until we found Python)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed May 27, 2024
1 parent 47a6827 commit 773a7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/free-threaded-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
architecture: 'x86'

- name: pkg-config-for-win
if: false # DEBUG
run: |
choco install -y --no-progress --stoponfirstfailure --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
$CIBW = "${{ github.workspace }}/.openblas"
Expand Down

0 comments on commit 773a7b6

Please sign in to comment.