Skip to content

Commit 42e281f

Browse files
committed
fix: use virtool-workflow==4.0.0
1 parent 6b21843 commit 42e281f

File tree

3 files changed

+92
-13
lines changed

3 files changed

+92
-13
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM virtool/workflow:2.1.2
1+
FROM virtool/workflow:4.0.0
22

33
WORKDIR /app
44

5-
COPY workflow.py /app/workflow.py
5+
COPY workflow.py /app/workflow.py

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "vt-workflow-create-sample"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = "A workflow for creating new samples in Virtool."
55
authors = ["Jake Alexander", "Ian Boyes", "Blake Smith"]
66
license = "MIT"
77
readme = "README.md"
88

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

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

0 commit comments

Comments
 (0)