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

Fix Syntax Error in release.yml #386

Closed nirosys closed 2 weeks ago

nirosys commented 2 weeks ago

Issue #, if available: n/a

Description of changes: In a previous PR I added the installation of benchmark requirements to the release workflow prior to running tests. That PR introduced a syntax error which wasn't identified until the release workflow was evaluated post-merge. This PR reworks the dependency installation in order to fix that syntax error.


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