File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments