File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 - run : pip install .[tests]
2020 - run : pip install -r additional-tests-requirements.txt --no-deps
2121 - run : pip install pyarrow --upgrade
22- - run : HF_SCRIPTS_VERSION=master HF_ALLOW_CODE_EVAL=1 python -m pytest -d --tx 2*popen//python=python3.6 --dist loadfile -sv ./tests/
22+ - run : HF_SCRIPTS_VERSION=main HF_ALLOW_CODE_EVAL=1 python -m pytest -d --tx 2*popen//python=python3.6 --dist loadfile -sv ./tests/
2323
2424 run_dataset_script_tests_pyarrow_6 :
2525 working_directory : ~/datasets
3636 - run : pip install .[tests]
3737 - run : pip install -r additional-tests-requirements.txt --no-deps
3838 - run : pip install pyarrow==6.0.0
39- - run : HF_SCRIPTS_VERSION=master HF_ALLOW_CODE_EVAL=1 python -m pytest -d --tx 2*popen//python=python3.6 --dist loadfile -sv ./tests/
39+ - run : HF_SCRIPTS_VERSION=main HF_ALLOW_CODE_EVAL=1 python -m pytest -d --tx 2*popen//python=python3.6 --dist loadfile -sv ./tests/
4040
4141 run_dataset_script_tests_pyarrow_latest_WIN :
4242 working_directory : ~/datasets
5656 pip install pyarrow --upgrade
5757 - run : |
5858 conda activate py37
59- $env:HF_SCRIPTS_VERSION="master "
59+ $env:HF_SCRIPTS_VERSION="main "
6060 python -m pytest -n 2 --dist loadfile -sv ./tests/
6161
6262 run_dataset_script_tests_pyarrow_6_WIN :
7777 pip install pyarrow==6.0.0
7878 - run : |
7979 conda activate py37
80- $env:HF_SCRIPTS_VERSION="master "
80+ $env:HF_SCRIPTS_VERSION="main "
8181 python -m pytest -n 2 --dist loadfile -sv ./tests/
8282
8383 check_code_quality :
Original file line number Diff line number Diff line change 2727 pip install pyarrow --upgrade
2828 - name : Test audio with pytest
2929 run : |
30- HF_SCRIPTS_VERSION=master python -m pytest -n 2 -sv ./tests/features/test_audio.py
30+ HF_SCRIPTS_VERSION=main python -m pytest -n 2 -sv ./tests/features/test_audio.py
You can’t perform that action at this time.
0 commit comments