Skip to content

Commit b4b61c2

Browse files
--
1 parent 98680c5 commit b4b61c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
python-version: 3.9
2626

27+
- name: Install Python dependencies
28+
run: pip install black flake8
29+
2730
# Post in-line comments for any issues found
2831
# Do not run if coming from a forked repo
2932
# See https://github.com/marketplace/actions/lint-action

0 commit comments

Comments
 (0)