File tree 7 files changed +12
-13
lines changed
7 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 8
8
run : |
9
9
conda info
10
10
conda list
11
- shell : bash -l {0}
11
+ shell : bash -el {0}
12
12
13
13
- name : Build Pandas
14
14
run : |
15
15
python setup.py build_ext -j 2
16
16
python -m pip install -e . --no-build-isolation --no-use-pep517 --no-index
17
- shell : bash -l {0}
17
+ shell : bash -el {0}
Original file line number Diff line number Diff line change 5
5
steps :
6
6
- name : Setting conda path
7
7
run : echo "${HOME}/miniconda3/bin" >> $GITHUB_PATH
8
- shell : bash -l {0}
8
+ shell : bash -el {0}
9
9
10
10
- name : Setup environment and build pandas
11
11
run : ci/setup_env.sh
12
- shell : bash -l {0}
12
+ shell : bash -el {0}
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
defaults :
19
19
run :
20
- shell : bash -l {0}
20
+ shell : bash -el {0}
21
21
22
22
concurrency :
23
23
# Set concurrency to prevent abuse(full runs are ~5.5 hours !!!)
Original file line number Diff line number Diff line change 39
39
runs-on : ubuntu-latest
40
40
defaults :
41
41
run :
42
- shell : bash -l {0}
42
+ shell : bash -el {0}
43
43
44
44
concurrency :
45
45
# https://github.community/t/concurrecy-not-work-for-push/183068/7
@@ -105,7 +105,7 @@ jobs:
105
105
runs-on : ubuntu-latest
106
106
defaults :
107
107
run :
108
- shell : bash -l {0}
108
+ shell : bash -el {0}
109
109
110
110
concurrency :
111
111
# https://github.community/t/concurrecy-not-work-for-push/183068/7
@@ -162,7 +162,7 @@ jobs:
162
162
runs-on : ubuntu-latest
163
163
defaults :
164
164
run :
165
- shell : bash -l {0}
165
+ shell : bash -el {0}
166
166
167
167
concurrency :
168
168
# https://github.community/t/concurrecy-not-work-for-push/183068/7
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
defaults :
22
22
run :
23
- shell : bash -l {0}
23
+ shell : bash -el {0}
24
24
timeout-minutes : 120
25
25
strategy :
26
26
matrix :
@@ -159,7 +159,6 @@ jobs:
159
159
if : ${{ env.IS_PYPY == 'true' }}
160
160
161
161
- name : Setup PyPy dependencies
162
- shell : bash
163
162
run : |
164
163
# TODO: re-enable cov, its slowing the tests down though
165
164
pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 pytest-asyncio>=0.17 hypothesis>=5.5.3
Original file line number Diff line number Diff line change 56
56
57
57
# TODO: GH#44980 https://github.com/pypa/setuptools/issues/2941
58
58
- name : Install dependencies
59
- shell : bash
59
+ shell : bash -el {0}
60
60
run : |
61
61
python -m pip install --upgrade pip "setuptools<60.0.0" wheel
62
62
pip install -i https://pypi.anaconda.org/scipy-wheels-nightly/simple numpy
74
74
python -c "import pandas; pandas.show_versions();"
75
75
76
76
- name : Test with pytest
77
- shell : bash
77
+ shell : bash -el {0}
78
78
run : |
79
79
ci/run_tests.sh
80
80
Original file line number Diff line number Diff line change 20
20
timeout-minutes : 60
21
21
defaults :
22
22
run :
23
- shell : bash -l {0}
23
+ shell : bash -el {0}
24
24
25
25
strategy :
26
26
fail-fast : false
You can’t perform that action at this time.
0 commit comments