Skip to content

Commit

Permalink
Refactor CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Nov 11, 2024
1 parent 1ad6fde commit 8d4a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/src/main/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ async def test_n_publish(
tag_template = "${itwinai_version}-torch${torch_version}-${ubuntu_codename}"

from string import Template
tag = Template(tag).substitute(
tag = Template(tag_template).substitute(
itwinai_version=itwinai_version,
torch_version=torch_version,
ubuntu_codename=ubuntu_codename
Expand Down

0 comments on commit 8d4a9e6

Please sign in to comment.