Skip to content

DeepRVAT Code Tests πŸ§‘πŸΌβ€πŸ’»βœ… #444

DeepRVAT Code Tests πŸ§‘πŸΌβ€πŸ’»βœ…

DeepRVAT Code Tests πŸ§‘πŸΌβ€πŸ’»βœ… #444

Workflow file for this run

name: DeepRVAT code test runner
run-name: DeepRVAT Code Tests πŸ§‘πŸΌβ€πŸ’»βœ…
on: [ push ]
jobs:
DeepRVAT-Tests-Runner-Preprocessing:
uses: ./.github/workflows/run-pytest.yml
with:
environment_file: ./deeprvat_preprocessing_env.yml
test_path: ./tests/preprocessing
DeepRVAT-Tests-Runner-Annotations:
uses: ./.github/workflows/run-pytest.yml
with:
environment_file: ./deeprvat_annotations.yml
test_path: ./tests/annotations
parallel_tests: true
DeepRVAT-Tests-Runner:
uses: ./.github/workflows/run-pytest.yml
with:
environment_file: ./deeprvat_env_no_gpu.yml
parallel_tests: true
test_path: ./tests/deeprvat