Skip to content

Commit 6c54753

Browse files
committed
set HF_SCRIPTS_VERSION to main
1 parent d76599b commit 6c54753

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -36,7 +36,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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:
@@ -77,7 +77,7 @@ jobs:
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:

.github/workflows/test-audio.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
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

0 commit comments

Comments
 (0)