Skip to content

Commit

Permalink
Use pipx to install poetry in macOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elibon99 committed Jan 8, 2025
1 parent 041eb20 commit daec866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
run: |
brew update
brew install swig
python -m pip install --upgrade pip
pip install poetry
pipx install poetry
pipx inject poetry poetry-plugin-export
- name: Build the Helper
Expand All @@ -61,6 +60,7 @@ jobs:
env:
SKIP: ${{ steps.cache-helper.outputs.cache-hit == 'true' && 'mypy,flake8,black,bandit' || ''}}
run: |
python -m pip install --upgrade pip
pip install pre-commit
pre-commit run --all-files
flutter test
Expand Down

0 comments on commit daec866

Please sign in to comment.