Skip to content

Commit

Permalink
Remove useless HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 21, 2024
1 parent 6f9af23 commit e8e51e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
# upgrade from python@3.12 to python@3.12.2 fails to overwrite those
rm -f /usr/local/bin/2to3 /usr/local/bin/2to3-3.12 /usr/local/bin/idle3 /usr/local/bin/idle3.12 /usr/local/bin/pydoc3 /usr/local/bin/pydoc3.12 /usr/local/bin/python3 /usr/local/bin/python3-config /usr/local/bin/python3.12 /usr/local/bin/python3.12-config
brew install gcovr ninja libmagic
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
- name: Install python modules
- name: Install Python modules
run: pip3 install meson==0.49.2 pytest

- name: Install dependencies
Expand Down

0 comments on commit e8e51e3

Please sign in to comment.