Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/feature/ssl-context' into feat…
Browse files Browse the repository at this point in the history
…ure/ssl-context
  • Loading branch information
piiq committed Dec 5, 2024
2 parents 714df64 + be3446a commit 2a0b354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@nox.session(python=["3.9", "3.10", "3.11", "3.12"])
def unit_test_platform(session):
"""Run the test suite."""
session.install("poetry")
session.install("poetry", "toml")
session.run(
"python",
str(PLATFORM_DIR / "dev_install.py"),
Expand Down

0 comments on commit 2a0b354

Please sign in to comment.