Skip to content

Commit

Permalink
Update fork-maintenance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cemberk authored Sep 11, 2024
1 parent 987c675 commit abdce03
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/fork-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down

0 comments on commit abdce03

Please sign in to comment.