Skip to content

Commit 61f86bc

Browse files
committed
Remove old work-around
1 parent 9698af3 commit 61f86bc

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ jobs:
77
pr-pull:
88
if: contains(github.event.pull_request.labels.*.name, 'pr-pull')
99
runs-on: ubuntu-22.04
10-
# https://github.com/Homebrew/homebrew-test-bot/issues/946:
11-
env:
12-
HOMEBREW_NO_INSTALL_FROM_API: 1
1310
steps:
1411
- name: Set up Homebrew
1512
uses: Homebrew/actions/setup-homebrew@master

.github/workflows/tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ jobs:
1010
matrix:
1111
os: [ubuntu-22.04, macos-13, macos-12, macos-11]
1212
runs-on: ${{ matrix.os }}
13-
# https://github.com/Homebrew/homebrew-test-bot/issues/946:
14-
env:
15-
HOMEBREW_NO_INSTALL_FROM_API: 1
1613
steps:
1714
- name: Set up Homebrew
1815
id: set-up-homebrew

0 commit comments

Comments
 (0)