Skip to content

Commit

Permalink
Update validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noneofyourbusiness1415252 authored Mar 9, 2024
1 parent 4f7e7d8 commit d276197
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ jobs:
with:
python-version: '3.9'
cache: 'pip'
- run: pip install ruff yapf
- run: |
pip install ruff yapf
if [ "${{ matrix.os }}" == "macos-latest" ]; then
brew install python@${{ matrix.python-version }}
fi
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit d276197

Please sign in to comment.