Skip to content

Commit 1ef9865

Browse files
committed
added test as deps to lint
1 parent db36145 commit 1ef9865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Linting Tools
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -e ".[lint,examples]"
26+
pip install -e ".[lint,examples,test]"
2727
- name: Run flake
2828
run: |
2929
flake8 jax_privacy tests examples

0 commit comments

Comments
 (0)