Skip to content

Commit

Permalink
Using pipx to handle error: externally-managed-environment
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelucena committed Aug 7, 2024
1 parent 5a39812 commit 1bb71d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ jobs:
- uses: actions/checkout@v2
- name: Install requirements
run: |
brew install cmake qt@${{ matrix.qt }}
brew install cmake qt@${{ matrix.qt }} pipx
brew link --force qt@${{ matrix.qt }}
echo "$(brew --prefix qt${{ matrix.qt }})/bin" >> $GITHUB_PATH
pip3 install setuptools flake8
pipx ensurepath
pipx install setuptools flake8
# Stylecheck
- name: Flake8
Expand Down

0 comments on commit 1bb71d3

Please sign in to comment.