Skip to content

Commit 1760433

Browse files
authored
Merge pull request #186 from eth-cscs/bugfix/wormhole_pypi_url
Bugfix/wormhole pypi url
2 parents 7950df0 + 1bdafc6 commit 1760433

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Documentation about `streamer` and `wormhole` data trasnfer methods
1919
- Fix error for PBS jobs when no nodes are assigned to it.
2020
- Handle job arrays in PBS. Job IDs will be strings, and not integers anymore in the API responses.
21+
- Remove hardcoded jfrog link from the wormhole download endpoint.
2122

2223
## [2.4.2]
2324

src/lib/datatransfers/magic_wormhole/wormhole_datatransfer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async def download(
133133
"sbatch_directives": _format_directives(self.directives, account),
134134
"source": source.path,
135135
"wormhole_code": wormhole_code,
136-
"pypi_index_url": "https://jfrog.svc.cscs.ch/artifactory/api/pypi/pypi-remote/simple",
136+
"pypi_index_url": self.pypi_index_url,
137137
}
138138

139139
job = JobHelper(

0 commit comments

Comments
 (0)