Skip to content

Commit

Permalink
CI: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Dec 5, 2023
1 parent ba21dab commit ca42890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/requirements/py-tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ci/requirements/py-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ dependencies:
- scipy
- tqdm
- pip:
- git+https://github.com/username/repo.git@branch_name
- git+https://github.com/jcmgray/repo.git@althash

0 comments on commit ca42890

Please sign in to comment.