From abdce03e040f62dccd416fca7491c4d111055caf Mon Sep 17 00:00:00 2001 From: Cemberk Date: Wed, 11 Sep 2024 08:37:32 -0500 Subject: [PATCH] Update fork-maintenance.yml --- .github/workflows/fork-maintenance.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/fork-maintenance.yml b/.github/workflows/fork-maintenance.yml index a90a46ec39b..dcf0d22e0f3 100644 --- a/.github/workflows/fork-maintenance.yml +++ b/.github/workflows/fork-maintenance.yml @@ -35,13 +35,7 @@ jobs: } pr_branch_prefix: "scheduled-merge" requirements_command: > - ls; - pwd; - sudo sed -i 's$torchaudio$$g' examples/pytorch/_tests_requirements.txt; - pip install -r examples/pytorch/_tests_requirements.txt; - pip install --no-cache-dir GPUtil azureml azureml-core tokenizers ninja cerberus sympy sacremoses sacrebleu==1.5.1 sentencepiece scipy scikit-learn urllib3 ; - pip install huggingface_hub datasets ; - pip install parameterized; + ls; pwd; sudo sed -i 's$torchaudio$$g' examples/pytorch/_tests_requirements.txt; pip install -r examples/pytorch/_tests_requirements.txt; pip install --no-cache-dir GPUtil azureml azureml-core tokenizers ninja cerberus sympy sacremoses sacrebleu==1.5.1 sentencepiece scipy scikit-learn urllib3 ; pip install huggingface_hub datasets ; pip install parameterized; unit_test_command: > pytest performance_test_command: >