Skip to content

Commit

Permalink
Uses specific ion-c version to build ion-python C extension. (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheqianh committed Mar 17, 2023
1 parent c8f8048 commit d24da5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ def _download_ionc():

os.chdir(_CURRENT_ION_C_DIR)

# TODO Use ion-c 1.1.0 for now - https://github.com/amazon-ion/ion-python/issues/249
check_call(['git', 'reset', '--hard', 'v1.1.0'])

# Initialize submodule.
check_call(['git', 'submodule', 'update', '--init'])

Expand Down

0 comments on commit d24da5c

Please sign in to comment.