Skip to content

Commit

Permalink
feat: run ruff check on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar authored Oct 15, 2024
1 parent a4720f5 commit 7c14c22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip
pip install jax flax fire pytest
pip install jax flax fire pytest ruff
pip install git+https://github.com/black-forest-labs/flux.git
- name: ruff
run: ruff check jflux

- name: Test with PyTest
run: |
pytest -v -s .

0 comments on commit 7c14c22

Please sign in to comment.