Skip to content

Commit

Permalink
Make Pipfile compatible with GitHub Actions, for #10.
Browse files Browse the repository at this point in the history
  • Loading branch information
donkirkby committed Jul 26, 2021
1 parent d539b0a commit 98bd8e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "*"
Expand Down
4 changes: 2 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98bd8e3

Please sign in to comment.