File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1212 lint :
1313 name : lint
1414 runs-on : ubuntu-latest
15-
1615
1716 steps :
1817 - uses : actions/checkout@v4
3029
3130 - name : Run lints
3231 run : ./scripts/lint
32+
3333 test :
3434 name : test
3535 runs-on : ubuntu-latest
5050
5151 - name : Run tests
5252 run : ./scripts/test
53-
Original file line number Diff line number Diff line change 44
55cd " $( dirname " $0 " ) /.."
66
7- if [ -f " Brewfile" ] && [ " $( uname -s) " = " Darwin" ]; then
7+ if ! command -v rye > /dev/null 2>&1 && [ -f " Brewfile" ] && [ " $( uname -s) " = " Darwin" ]; then
88 brew bundle check > /dev/null 2>&1 || {
99 echo " ==> Installing Homebrew dependencies…"
1010 brew bundle
Original file line number Diff line number Diff line change @@ -9,4 +9,3 @@ rye run lint
99
1010echo " ==> Making sure it imports"
1111rye run python -c ' import lumaai'
12-
You can’t perform that action at this time.
0 commit comments