Skip to content

Commit

Permalink
Revert "fix ci error about installation on macos"
Browse files Browse the repository at this point in the history
This reverts commit 59a4947.
  • Loading branch information
cromz22 committed May 8, 2024
1 parent 829a778 commit 3638e70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_on_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.pytorch-version }}-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/Makefile') }}
- name: Install gettext
run: |
brew install gettext
brew link --force gettext
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 3638e70

Please sign in to comment.