amazon-ion / ion-c

A C implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
166 stars 43 forks source link

Fix issue with ion-test-driver #344

Closed nirosys closed 4 months ago

nirosys commented 4 months ago

Issue #, if available: n/a

Description of changes: This PR duplicates the change used in amazon-ion/ion-java#875 to address an issue with pip 22.0, by forcing a python install which updates pip to the latest version.

NOTE: Both amazonlinux builds are failing due to a node version change (PR incoming); The MacOS build is failing due to the removal of Xcode 14.1 (Fixed with #343)

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