Skip to content

Commit

Permalink
remove all new things
Browse files Browse the repository at this point in the history
  • Loading branch information
gpucce committed Oct 22, 2023
1 parent 870855f commit 8f428b8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,26 +84,26 @@ 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
python tests/util_test.py \
--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
Expand Down

0 comments on commit 8f428b8

Please sign in to comment.