Skip to content

Commit

Permalink
FEAT: require 'ps' command to be available. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont authored May 7, 2024
1 parent 4ffccef commit 4cfd291
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _viash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ links:
repository: https://github.com/viash-hub/demultiplex.vsh

viash_version: 0.9.0-RC3

config_mods: |
.requirements.commands := ['ps']
4 changes: 4 additions & 0 deletions src/io/untar/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ test_resources:
engines:
- type: docker
image: debian:stable-slim
setup:
- type: apt
packages:
- procps

runners:
- type: executable
Expand Down

0 comments on commit 4cfd291

Please sign in to comment.