Skip to content

Commit

Permalink
brew install gcc shows "gcc already installed". checking if pipeline …
Browse files Browse the repository at this point in the history
…succeeds without gcc install
  • Loading branch information
rsln-s authored Oct 9, 2024
1 parent 555dff2 commit c6c4f21
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/qokit-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipreqs black addheader pytest-cov pip-licenses types-pkg-resources==0.1.3
- name: Install GCC (macOS only)
if: runner.os == 'macOS'
run: |
brew install gcc
export PATH=$PATH:/opt/homebrew/
- name: black check
run: |
black --check .
Expand Down

0 comments on commit c6c4f21

Please sign in to comment.