File tree 4 files changed +3
-6
lines changed
4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11
11
directories :
12
12
- $HOME/.cache # cython cache
13
13
- $HOME/.ccache # compiler cache
14
+
14
15
env :
15
16
global :
16
17
# create a github personal access token
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: pandas-dev
2
2
channels :
3
3
- defaults
4
4
- conda-forge
5
- - c3i_test
6
5
dependencies :
7
6
- python=3.7.*
8
7
Original file line number Diff line number Diff line change @@ -20,11 +20,7 @@ if [[ $(uname) == "Linux" && -z $DISPLAY ]]; then
20
20
XVFB=" xvfb-run "
21
21
fi
22
22
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"
28
24
29
25
echo $PYTEST_CMD
30
26
sh -c " $PYTEST_CMD "
Original file line number Diff line number Diff line change 37
37
fi
38
38
39
39
if [ " ${TRAVIS_CPU_ARCH} " == " arm64" ]; then
40
+ apt-get update && apt-get install xvfb;
40
41
CONDA_URL=" https://github.com/conda-forge/miniforge/releases/download/4.8.2-1/Miniforge3-4.8.2-1-Linux-aarch64.sh" ;
41
42
else
42
43
CONDA_URL=" https://repo.continuum.io/miniconda/Miniconda3-latest-$CONDA_OS .sh" ;
You can’t perform that action at this time.
0 commit comments