Skip to content

Commit

Permalink
Try fixing black
Browse files Browse the repository at this point in the history
  • Loading branch information
knkski committed Aug 26, 2020
1 parent f64e0bf commit 8672139
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-formatting.yml
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: sudo pip3 install black
run: |
sudo pip3 install black
sudo pip3 install -U click

This comment has been minimized.

Copy link
@ktsakalozos

ktsakalozos Aug 26, 2020

Member

Why do we need click?

This comment has been minimized.

Copy link
@knkski

knkski Aug 26, 2020

Author Contributor

See here: psf/black#1628

- name: Check formatting
run: black --check . microk8s-resources/actions/enable.kubeflow.sh

0 comments on commit 8672139

Please sign in to comment.