Skip to content

Commit

Permalink
CI: Revert macOS runner pkg-config work-around
Browse files Browse the repository at this point in the history
GitHub has updated their macOS images to install pkgconf over
pkg-config.
  • Loading branch information
mferrera committed Nov 26, 2024
1 parent af8d0ae commit 8e82710
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ jobs:
- name: Install HDF5 for macOS arm64
if: ${{ matrix.os_arch[1] == 'macosx_arm64' }}
run: |
# pkg-config formula is deprecated but it's still installed
# in GitHub Actions runner now. We can remove this once
# pkg-config formula is removed from GitHub Actions runner.
brew unlink pkg-config@0.29.2
brew install pkgconf
echo "PKG_CONFIG=$(brew --prefix pkgconf)/bin/pkgconf" >> $GITHUB_ENV
brew install hdf5
- name: Install cibuildwheel
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
- name: Fix macos HDF5 library for pytables install (works for python >= 3.10)
if: ${{ matrix.os == 'macos-latest' }}
run: |
# pkg-config formula is deprecated but it's still installed
# in GitHub Actions runner now. We can remove this once
# pkg-config formula is removed from GitHub Actions runner.
brew unlink pkg-config@0.29.2
brew install pkgconf
echo "PKG_CONFIG=$(brew --prefix pkgconf)/bin/pkgconf" >> $GITHUB_ENV
brew install hdf5
- name: Setup xtgeo
Expand Down

0 comments on commit 8e82710

Please sign in to comment.