From 98bd8e3db9788c7a626765e0dd6caeb2970a1ce9 Mon Sep 17 00:00:00 2001 From: donkirkby Date: Mon, 26 Jul 2021 11:13:57 -0700 Subject: [PATCH] Make Pipfile compatible with GitHub Actions, for #10. --- Pipfile | 2 +- Pipfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index dce6bd9..94936bc 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ python-levenshtein = "==0.12.0" pandas = "==1.2.5" requests = "==2.25.1" pyyaml = "*" -intactness-pipeline = {ref = "f5abe2834b72458ccb1a7ce5dbf52dcf108cb518", git = "ssh://git@github.com/ramics/HIVIntact.git"} +intactness-pipeline = {ref = "f5abe2834b72458ccb1a7ce5dbf52dcf108cb518", git = "git://github.com/ramics/HIVIntact.git"} [dev-packages] pytest = "*" diff --git a/Pipfile.lock b/Pipfile.lock index b4cf8b1..e4038cc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "5c83876faad2a2ba441f6d5c8ad46c463d27a3de1f904444a4e29c596ee68d5e" + "sha256": "e08a5a546a01dc706e351f2a91570007480408d0952839daa29843d9a497515c" }, "pipfile-spec": 6, "requires": { @@ -91,7 +91,7 @@ "version": "==2.10" }, "intactness-pipeline": { - "git": "ssh://git@github.com/ramics/HIVIntact.git", + "git": "git://github.com/ramics/HIVIntact.git", "ref": "f5abe2834b72458ccb1a7ce5dbf52dcf108cb518" }, "numpy": {