Skip to content

Commit

Permalink
fixing CI run with black (do not pin version)
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsochat@stanford.edu>
  • Loading branch information
vsoch committed Mar 29, 2022
1 parent a38126b commit d4f71bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
export PATH="/usr/share/miniconda/bin:$PATH"
source activate black
pip install black==21.6b0
pip install black
black --check scompose
- name: Check imports with pyflakes
Expand Down

0 comments on commit d4f71bb

Please sign in to comment.