amazon-ion / ion-python

A Python implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
260 stars 51 forks source link

Install benchmark requirements during release workflow #385

Closed nirosys closed 2 weeks ago

nirosys commented 2 weeks ago

Issue #, if available: n/a

Description of changes: Missed the release workflow when updating unit testing to split benchmarks from functional tests. This PR adds the installation so that a bare py.test should test and validate all functionality.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

nirosys commented 2 weeks ago

Thank you!