Skip to content

Commit

Permalink
Install requirements-external.txt from GitHub
Browse files Browse the repository at this point in the history
Signed-off-by: David Davó <[email protected]>
  • Loading branch information
daviddavo committed Aug 2, 2024
1 parent 734e4ac commit 7b01eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/azureml_tests/aml_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_or_create_environment(
- {conda_pkg_jdk}
- pip
- pip:
- -r requirements-external.txt
- -r https://raw.githubusercontent.com/recommenders-team/recommenders/{commit_sha}/requirements-external.txt
- recommenders[dev{",gpu" if use_gpu else ""}{",spark" if use_spark else ""}]@git+https://github.com/recommenders-team/recommenders.git@{commit_sha}
"""
# See https://github.com/Azure/AzureML-Containers/blob/master/base/cpu/openmpi4.1.0-ubuntu22.04
Expand Down

0 comments on commit 7b01eff

Please sign in to comment.