Skip to content

Commit

Permalink
fix nox dependency (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdAbati authored Dec 4, 2024
1 parent 75b1c94 commit eebc89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def run_common(session: Session, coverage_threshold: float) -> None:
session.install("-e.", "-r", "requirements-dev.txt")

if session.python != "3.8":
session.install("ibis-framework>=6.0.0 rich packaging pyarrow_hotfix")
session.install("ibis-framework>=6.0.0", "rich", "packaging", "pyarrow_hotfix")

session.run(
"pytest",
Expand Down

0 comments on commit eebc89a

Please sign in to comment.