Skip to content

Commit

Permalink
adjust run python
Browse files Browse the repository at this point in the history
  • Loading branch information
TalissaMoura committed Mar 6, 2024
1 parent b80a296 commit 073f62e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint_checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ jobs:
- uses: actions/setup-python@main
with:
python-version: '3.10'
- run: python -m pip install pip
python -m pip install black
- run: python3 -m pip install pip && python3 -m pip install black
- run: python -m black .

0 comments on commit 073f62e

Please sign in to comment.