Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Jan 29, 2025
1 parent 4d82ffb commit ff976be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def tests(session, shard):
# seems to resolve ci issues
if shard == "llamaindex":
session.posargs.insert(0, "-n4")
if shard == "trace":
session.posargs.insert(0, "-n4")

session.run(
"pytest",
Expand Down

0 comments on commit ff976be

Please sign in to comment.