We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a3909 commit 8d01be7Copy full SHA for 8d01be7
1 file changed
.github/workflows/lint.yml
@@ -15,10 +15,10 @@ jobs:
15
- uses: actions/setup-python@v2
16
17
- name: Install Ballad
18
- run: pip install -U ballad
+ run: pip install -U ballad==2.0.0a2
19
20
- name: Install Dependencies
21
- run: python -m ballad install -D
+ run: python -m ballad install
22
23
- name: Check with Black
24
run: python -m black --check .
0 commit comments