Skip to content

Commit

Permalink
Fix installed black version in the action to 23.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Apr 13, 2023
1 parent 58cc39a commit 01ec4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
run: |
export PATH="/usr/share/miniconda/bin:$PATH"
source activate black
pip install black
pip install black==23.3.0
black --check expfactory --exclude template.py

0 comments on commit 01ec4dc

Please sign in to comment.