Skip to content

Commit

Permalink
disable results checking for gha testing
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerkm committed Oct 24, 2024
1 parent e8c27ad commit 8bf9102
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/pipeline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 8bf9102

Please sign in to comment.