Skip to content

Commit 8d01be7

Browse files
authored
dependency: update Ballad to 2.0.0a2 (#24)
1 parent 57a3909 commit 8d01be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/setup-python@v2
1616

1717
- name: Install Ballad
18-
run: pip install -U ballad
18+
run: pip install -U ballad==2.0.0a2
1919

2020
- name: Install Dependencies
21-
run: python -m ballad install -D
21+
run: python -m ballad install
2222

2323
- name: Check with Black
2424
run: python -m black --check .

0 commit comments

Comments
 (0)