Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Dec 27, 2023
1 parent b03cbef commit c1862df
Show file tree
Hide file tree
Showing 6 changed files with 1,637 additions and 1,074 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def _install_wheels(session: nox.Session) -> None:

lib_dir = ROOT / "bundled" / "libs"

for path in WHEEL_DIR.iterdir():
for path in sorted(WHEEL_DIR.iterdir()):
if path.is_file() and path.suffix == ".whl":
with ZipFile(path, "r") as wheel:
for file_info in wheel.infolist():
Expand Down

0 comments on commit c1862df

Please sign in to comment.