diff --git a/.github/workflows/pipeline-tests.yml b/.github/workflows/pipeline-tests.yml index 9b5d6b4a..b137d961 100644 --- a/.github/workflows/pipeline-tests.yml +++ b/.github/workflows/pipeline-tests.yml @@ -41,8 +41,8 @@ jobs: environment_file: ./deeprvat_env_no_gpu.yml prerun_cmd: cp ./tests/deeprvat/training_association_testing/deeprvat_config.yaml ./example/ dry_run: false - download_training_outputs: true - run_training_results_check: true + #download_training_outputs: true + #run_training_results_check: true # Reference-Output-Training: # uses: ./.github/workflows/run-pipeline.yml @@ -90,9 +90,9 @@ jobs: environment_file: ./deeprvat_env_no_gpu.yml prerun_cmd: cp ./tests/deeprvat/pretrained/deeprvat_config.yaml ./example/ dry_run: false - download_pretrained_outputs: true - run_burden_results_check: true - run_association_results_check: true + #download_pretrained_outputs: true + #run_burden_results_check: true + #run_association_results_check: true # Association Testing Pretrained Regenie Smoke-Association-Testing-Pretrained-Regenie: @@ -110,9 +110,8 @@ jobs: environment_file: ./deeprvat_env_no_gpu.yml prerun_cmd: cp ./tests/deeprvat/regenie/pretrained/deeprvat_config.yaml ./example/ dry_run: false - download_regenie_outputs: true - #run_burden_results_check: true - run_regenie_association_results_check: true + #download_regenie_outputs: true + #run_regenie_association_results_check: true # Association Testing Training Smoke-Association-Testing-Training: