From ca428908b2cdce14ec359e810c08efe1ebe5a4f3 Mon Sep 17 00:00:00 2001 From: Johnnie Gray Date: Tue, 5 Dec 2023 14:40:26 -0800 Subject: [PATCH] CI: fix links --- ci/requirements/py-tensorflow.yml | 2 +- ci/requirements/py-torch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/requirements/py-tensorflow.yml b/ci/requirements/py-tensorflow.yml index f4272069..56b64804 100644 --- a/ci/requirements/py-tensorflow.yml +++ b/ci/requirements/py-tensorflow.yml @@ -19,4 +19,4 @@ dependencies: - pip - pip: - tensorflow - - git+https://github.com/username/repo.git@branch_name + - git+https://github.com/jcmgray/repo.git@althash diff --git a/ci/requirements/py-torch.yml b/ci/requirements/py-torch.yml index 02b30113..f830180f 100644 --- a/ci/requirements/py-torch.yml +++ b/ci/requirements/py-torch.yml @@ -20,4 +20,4 @@ dependencies: - scipy - tqdm - pip: - - git+https://github.com/username/repo.git@branch_name \ No newline at end of file + - git+https://github.com/jcmgray/repo.git@althash \ No newline at end of file