Skip to content

Commit

Permalink
need black too
Browse files Browse the repository at this point in the history
  • Loading branch information
growly committed Jul 26, 2022
1 parent af46ac8 commit 56acaa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
with:
python-version: '3.x'

- name: Install 2to3 and protobuf
run: pip3 install 2to3 protobuf
- name: Install 2to3, protobuf and black
run: pip3 install 2to3 protobuf black

- name: Check out latest Vlsir dependencies
working-directory: layout21protos
Expand Down

0 comments on commit 56acaa2

Please sign in to comment.