Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sidjha1 committed Nov 9, 2024
1 parent 1558649 commit c2ee9d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ jobs:
conda env create -f environment.yml || conda env update -f environment.yml
source activate base
conda activate lotus
python -m pip install ruff==0.7.2
pip install ruff==0.7.2
- name: Run ruff
echo "$(pip freeze)"
run: ruff check .


Expand Down

0 comments on commit c2ee9d3

Please sign in to comment.