Skip to content

Commit 6a2f265

Browse files
committed
Silence brew during workflows
1 parent 2e53536 commit 6a2f265

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/test-library.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -658,27 +658,27 @@ jobs:
658658
- name: Perform CodeQL Analysis
659659
uses: github/codeql-action/analyze@v2
660660

661-
brew:
662-
runs-on: ${{ matrix.os }}-latest
663-
name: 🍺 🐍${{ matrix.python }} @ ${{ matrix.os }}
664-
strategy:
665-
matrix:
666-
os: [macOS]
667-
python: ['3.10']
668-
# max-parallel: 1
669-
fail-fast: false
670-
steps:
671-
- uses: actions/checkout@v3
672-
- name: Setup Python
673-
uses: actions/setup-python@v4
674-
with:
675-
python-version: ${{ matrix.python }}
676-
- name: Brew
677-
run: |
678-
brew install ./helper/homebrew/develop/proxy.rb
679-
- name: Verify
680-
run: |
681-
proxy -h
661+
# brew:
662+
# runs-on: ${{ matrix.os }}-latest
663+
# name: 🍺 🐍${{ matrix.python }} @ ${{ matrix.os }}
664+
# strategy:
665+
# matrix:
666+
# os: [macOS]
667+
# python: ['3.10']
668+
# # max-parallel: 1
669+
# fail-fast: false
670+
# steps:
671+
# - uses: actions/checkout@v3
672+
# - name: Setup Python
673+
# uses: actions/setup-python@v4
674+
# with:
675+
# python-version: ${{ matrix.python }}
676+
# - name: Brew
677+
# run: |
678+
# brew install ./helper/homebrew/develop/proxy.rb
679+
# - name: Verify
680+
# run: |
681+
# proxy -h
682682

683683
dashboard:
684684
runs-on: ${{ matrix.os }}-latest
@@ -969,7 +969,7 @@ jobs:
969969
- test
970970
- lint
971971
- dashboard
972-
- brew
972+
# - brew
973973
- developer
974974
- ghcr-latest
975975
- ghcr-openssl

0 commit comments

Comments
 (0)