Skip to content

Commit

Permalink
fix: improve error visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
igboyes committed Jul 5, 2023
1 parent 001d7e7 commit 7f1dd9f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ COPY src src
COPY Cargo.toml Cargo.lock ./
RUN maturin build --release

FROM virtool/workflow:5.3.0 as base
FROM ghcr.io/virtool/workflow:5.3.1 as base
WORKDIR /app
RUN pip install --upgrade pip
COPY fixtures.py workflow.py pathoscope.py ./
COPY --from=rust_utils /build/target/wheels/rust_utils*.whl ./
RUN ls
RUN pip install rust_utils*.whl

FROM virtool/workflow:5.3.0 as test
FROM ghcr.io/virtool/workflow:5.3.1 as test
WORKDIR /test
RUN pip install --upgrade pip
COPY pyproject.toml poetry.lock ./
Expand Down
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "~3.10"
virtool-workflow = "^5.0.0"
virtool-workflow = "^5.3.1"
rust = "^0.1.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 7f1dd9f

Please sign in to comment.