File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -155,24 +155,11 @@ jobs:
155
155
channel-priority : flexible
156
156
environment-file : ${{ env.ENV_FILE }}
157
157
use-only-tar-bz2 : true
158
- if : ${{ env.IS_PYPY == 'false' }} # No pypy3.8 support
159
158
160
159
- name : Upgrade Arrow version
161
160
run : conda install -n pandas-dev -c conda-forge --no-update-deps pyarrow=${{ matrix.pyarrow_version }}
162
161
if : ${{ matrix.pyarrow_version }}
163
162
164
- - name : Setup PyPy
165
- uses : actions/setup-python@v3
166
- with :
167
- python-version : " pypy-3.8"
168
- if : ${{ env.IS_PYPY == 'true' }}
169
-
170
- - name : Setup PyPy dependencies
171
- run : |
172
- # TODO: re-enable cov, its slowing the tests down though
173
- pip install Cython numpy python-dateutil pytz pytest>=6.0 pytest-xdist>=1.31.0 pytest-asyncio>=0.17 hypothesis>=5.5.3
174
- if : ${{ env.IS_PYPY == 'true' }}
175
-
176
163
- name : Build Pandas
177
164
uses : ./.github/actions/build_pandas
178
165
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ dependencies:
11
11
- cython>=0.29.24
12
12
- pytest>=6.0
13
13
- pytest-cov
14
+ - pytest-asyncio
14
15
- pytest-xdist>=1.31
15
16
- hypothesis>=5.5.3
16
17
You can’t perform that action at this time.
0 commit comments