Skip to content

Commit 7ebb8a9

Browse files
committed
fix: prevent error due to work directory contamination
Upgrade to virtool-workflow==1.0.2, which includes a fix for errors that occur due to work directory contents being carried forward to subsequent jobs in some cases.
1 parent 3077bf1 commit 7ebb8a9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
FROM virtool/workflow:1.0.0
1+
FROM virtool/workflow:1.0.2
2+
23
WORKDIR /workflow
34
COPY workflow.py /workflow/workflow.py

poetry.lock

Lines changed: 4 additions & 4 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
@@ -6,7 +6,7 @@ authors = ["Ian Boyes <igboyes@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
virtool-workflow = "1.0.0"
9+
virtool-workflow = "^1.0.0"
1010

1111
[tool.poetry.dev-dependencies]
1212

0 commit comments

Comments
 (0)