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 b358f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 # runner.os == 'windows'
run: |
choco install -y --no-progress --stoponfirstfailure --checksum 6004DF17818F5A6DBF19CB335CC92702 pkgconfiglite
$CIBW = "${{ github.workspace }}/.openblas"
Expand All @@ -103,7 +104,6 @@ jobs:
# passed through, so convert it to '/'
$CIBW = $CIBW.replace("\","/")
echo "CIBW_ENVIRONMENT_WINDOWS=PKG_CONFIG_PATH=$CIBW" >> $env:GITHUB_ENV
if: runner.os == 'windows'
# Used to push the built wheels
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Expand Down

0 comments on commit b358f84

Please sign in to comment.