Skip to content

Commit

Permalink
clone from https rather than ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
mhairifin committed Aug 9, 2024
1 parent 85b5f7d commit 05eceed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pandas = "^2.2.2"
imap-data-access = "^0.7.0"
cdflib = "^1.3.1"
psycopg = {extras = ["binary"], version = "^3.2.1"}
wiremock = {git = "git@github.com:ImperialCollegeLondon/python-wiremock.git", rev = "fix-test-containers-on-windows"}
wiremock = {git = "https://github.com/ImperialCollegeLondon/python-wiremock.git", rev = "fix-test-containers-on-windows"}

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.1"
Expand Down

0 comments on commit 05eceed

Please sign in to comment.