|
18 | 18 | - run: pip install pyarrow --upgrade |
19 | 19 | - run: HF_SCRIPTS_VERSION=master python -m pytest -sv ./tests/ |
20 | 20 |
|
21 | | - run_dataset_script_tests_pyarrow_1: |
| 21 | + run_dataset_script_tests_pyarrow_3: |
22 | 22 | working_directory: ~/datasets |
23 | 23 | docker: |
24 | 24 | - image: circleci/python:3.6 |
|
29 | 29 | - run: source venv/bin/activate |
30 | 30 | - run: pip install .[tests] |
31 | 31 | - run: pip install -r additional-tests-requirements.txt --no-deps |
32 | | - - run: pip install pyarrow==1.0.0 |
| 32 | + - run: pip install pyarrow==3.0.0 |
33 | 33 | - run: HF_SCRIPTS_VERSION=master python -m pytest -sv ./tests/ |
34 | 34 |
|
35 | 35 | run_dataset_script_tests_pyarrow_latest_WIN: |
|
50 | 50 | - run: $env:HF_SCRIPTS_VERSION="master" |
51 | 51 | - run: python -m pytest -sv ./tests/ |
52 | 52 |
|
53 | | - run_dataset_script_tests_pyarrow_1_WIN: |
| 53 | + run_dataset_script_tests_pyarrow_3_WIN: |
54 | 54 | working_directory: ~/datasets |
55 | 55 | executor: |
56 | 56 | name: win/default |
|
64 | 64 | - run: "& venv/Scripts/activate.ps1" |
65 | 65 | - run: pip install .[tests] |
66 | 66 | - run: pip install -r additional-tests-requirements.txt --no-deps |
67 | | - - run: pip install pyarrow==1.0.0 |
| 67 | + - run: pip install pyarrow==3.0.0 |
68 | 68 | - run: $env:HF_SCRIPTS_VERSION="master" |
69 | 69 | - run: python -m pytest -sv ./tests/ |
70 | 70 |
|
@@ -116,8 +116,8 @@ workflows: |
116 | 116 | jobs: |
117 | 117 | - check_code_quality |
118 | 118 | - run_dataset_script_tests_pyarrow_latest |
119 | | - - run_dataset_script_tests_pyarrow_1 |
| 119 | + - run_dataset_script_tests_pyarrow_3 |
120 | 120 | - run_dataset_script_tests_pyarrow_latest_WIN |
121 | | - - run_dataset_script_tests_pyarrow_1_WIN |
| 121 | + - run_dataset_script_tests_pyarrow_3_WIN |
122 | 122 | - build_doc |
123 | 123 | - deploy_doc: *workflow_filters |
0 commit comments