Skip to content

Commit

Permalink
Pin version of black for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Nov 7, 2023
1 parent a149f31 commit 8abe1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git reset --hard
- name: Build packages, and install the wheel
run: |
pip install build
pip install build black==23.9.1
python -m build
cd dist
python -m pip install flake8_black-*.whl
Expand Down

0 comments on commit 8abe1ae

Please sign in to comment.