From 8f428b8ae81a7044b92349138980361e8661b6fa Mon Sep 17 00:00:00 2001 From: Giovanni Puccetti Date: Sun, 22 Oct 2023 15:59:12 +0200 Subject: [PATCH] remove all new things --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e138c3e7f..486658785 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,15 +84,15 @@ jobs: tests \ | head -n -2 | grep -Po 'test_inference_with_data\[\K[^]]*(?=-False]|-True])' \ > models_gh_runner.txt - python -m pytest \ - --quiet --co \ - --splitting-algorithm least_duration \ - --splits ${{ matrix.job_num }} \ - --group ${{ matrix.job }} \ - -m generative_regression_test \ - tests \ - | grep -Po 'test_generate_with_data\[\K[^]]*' \ - > generative_models_gh_runner.txt + # python -m pytest \ + # --quiet --co \ + # --splitting-algorithm least_duration \ + # --splits ${{ matrix.job_num }} \ + # --group ${{ matrix.job }} \ + # -m generative_regression_test \ + # tests \ + # | grep -Po 'test_generate_with_data\[\K[^]]*' \ + # > generative_models_gh_runner.txt if [ -n "${{ inputs.manual_revision_reference }}" ]; then REVISION_REFERENCE=${{ inputs.manual_revision_reference }} fi @@ -100,10 +100,10 @@ jobs: --save_model_list models_gh_runner.txt \ --model_list models_gh_runner.txt \ --git_revision $REVISION_REFERENCE - python tests/util_test.py \ - --save_generative_model_list generative_models_gh_runner.txt \ - --generative_model_list generative_models_gh_runner.txt \ - --git_revision $GEN_REVISION_REFERENCE + # python tests/util_test.py \ + # --save_generative_model_list generative_models_gh_runner.txt \ + # --generative_model_list generative_models_gh_runner.txt \ + # --git_revision $GEN_REVISION_REFERENCE - name: Unit tests run: | source .env/bin/activate