Skip to content

Commit

Permalink
fix unit_prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Dec 15, 2023
1 parent 41364b5 commit 7a8784c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,12 @@ def prerelease(session: nox.sessions.Session, tests_path):
# "-e", # Use -e so that py.typed file is included.
# "git+https://github.com/ibis-project/[email protected]#egg=ibis-framework",
# )
# session.install(
# "--upgrade",
# "--pre",
# "ibis-framework",
# )
# already_installed.add("ibis-framework")
session.install(
"--upgrade",
# "--pre",
"ibis-framework>=7.1.0,<8.0.0dev",
)
already_installed.add("ibis-framework")

# Workaround https://github.com/googleapis/python-db-dtypes-pandas/issues/178
session.install("--no-deps", "db-dtypes")
Expand Down

0 comments on commit 7a8784c

Please sign in to comment.