File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1111 directories :
1212 - $HOME/.cache # cython cache
1313 - $HOME/.ccache # compiler cache
14+
1415env :
1516 global :
1617 # create a github personal access token
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: pandas-dev
22channels :
33 - defaults
44 - conda-forge
5- - c3i_test
65dependencies :
76 - python=3.7.*
87
Original file line number Diff line number Diff line change @@ -20,11 +20,7 @@ if [[ $(uname) == "Linux" && -z $DISPLAY ]]; then
2020 XVFB=" xvfb-run "
2121fi
2222
23- if [ " ${TRAVIS_CPU_ARCH} " == " arm64" ]; then
24- PYTEST_CMD=" pytest -m \" $PATTERN \" --durations=10 --junitxml=test-data.xml $TEST_ARGS $COVERAGE pandas" ;
25- else
26- PYTEST_CMD=" ${XVFB} pytest -m \" $PATTERN \" -n auto --dist=loadfile -s --strict --durations=10 --junitxml=test-data.xml $TEST_ARGS $COVERAGE pandas"
27- fi
23+ PYTEST_CMD=" ${XVFB} pytest -m \" $PATTERN \" -n auto --dist=loadfile -s --strict --durations=10 --junitxml=test-data.xml $TEST_ARGS $COVERAGE pandas"
2824
2925echo $PYTEST_CMD
3026sh -c " $PYTEST_CMD "
Original file line number Diff line number Diff line change 3737fi
3838
3939if [ " ${TRAVIS_CPU_ARCH} " == " arm64" ]; then
40+ apt-get update && apt-get install xvfb;
4041 CONDA_URL=" https://github.com/conda-forge/miniforge/releases/download/4.8.2-1/Miniforge3-4.8.2-1-Linux-aarch64.sh" ;
4142else
4243 CONDA_URL=" https://repo.continuum.io/miniconda/Miniconda3-latest-$CONDA_OS .sh" ;
You can’t perform that action at this time.
0 commit comments