Skip to content

Commit 4cf3835

Browse files
committed
fix: get better step names working
* Had to upgrade to virtool-workflow==4.2.1. * Dockerfile was not updated in last commit.
1 parent 3a48a4d commit 4cf3835

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM virtool/workflow:4.0.2
1+
FROM virtool/workflow:4.2.1
22

33
WORKDIR /app
44

poetry.lock

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88

99
[tool.poetry.dependencies]
1010
python = "^3.8"
11-
virtool-workflow = "^4.2.0"
11+
virtool-workflow = "^4.2.1"
1212

1313
[tool.poetry.dev-dependencies]
1414
autopep8 = "^1.5.7"

0 commit comments

Comments
 (0)