Skip to content

Commit

Permalink
Remove old work-around
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 17, 2023
1 parent 9698af3 commit 61f86bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
pr-pull:
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
runs-on: ubuntu-22.04
# https://github.com/Homebrew/homebrew-test-bot/issues/946:
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
steps:
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ jobs:
matrix:
os: [ubuntu-22.04, macos-13, macos-12, macos-11]
runs-on: ${{ matrix.os }}
# https://github.com/Homebrew/homebrew-test-bot/issues/946:
env:
HOMEBREW_NO_INSTALL_FROM_API: 1
steps:
- name: Set up Homebrew
id: set-up-homebrew
Expand Down

0 comments on commit 61f86bc

Please sign in to comment.