Skip to content

Commit

Permalink
fix ruff path on srht build
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Feb 6, 2025
1 parent e910583 commit c1fd487
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ tasks:
python3 -m venv .venv
.venv/bin/pip install -r requirements.dev.txt
.venv/bin/pip install -r requirements.txt
export PATH=/home/build/.local/bin:$PATH
ruff check
.venv/bin/ruff check

0 comments on commit c1fd487

Please sign in to comment.