Skip to content

Commit

Permalink
MNT: Update Python version to 3.8 when running black linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Dec 20, 2023
1 parent 397e299 commit e1c6d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.10.13
python-version: 3.8

- name: Install Python dependencies
run: pip install black[jupyter]
Expand Down

0 comments on commit e1c6d6f

Please sign in to comment.