Skip to content

Commit

Permalink
Adding python-irodsclient in test hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
FifthPotato committed Feb 1, 2024
1 parent d07235f commit 37d9dfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions irods_consortium_continuous_integration_test_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def main():
)
)

irods_python_ci_utilities.subprocess_get_output(['python3', '-m', 'pip', 'install', 'python-irodsclient==1.1.9'], check_rc=True)

test = options.test or 'test_rule_engine_plugin_metadata_guard'

try:
Expand Down

0 comments on commit 37d9dfb

Please sign in to comment.