Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Oct 31, 2024
1 parent 75ae87d commit 3e71c97
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 65 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def tests(session):
"--output",
"requirements.txt",
)
# session.run("export", "PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1")
session.run("pip", "install", "-r", "requirements.txt")
session.run("pip", "install", "-e", ".")
if sys.platform == "darwin":
Expand All @@ -32,6 +33,7 @@ def tests(session):
# "universal2-apple-darwin"
"--out",
"dist",
env={"PYO3_USE_ABI3_FORWARD_COMPATIBILITY": "1"},
)
session.run("pip", "install", "--no-index", "--find-links=dist/", "robyn")
session.run("pytest")
Expand Down
Loading

0 comments on commit 3e71c97

Please sign in to comment.