Skip to content

Commit 789ffbb

Browse files
feat: add chex as a CI dependency
1 parent 1e226cc commit 789ffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
pip install -U pip
42-
pip install jax flax fire pytest ruff
42+
pip install chex jax flax fire pytest ruff
4343
pip install git+https://github.com/black-forest-labs/flux.git
4444
4545
- name: ruff

0 commit comments

Comments
 (0)