We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d7d5e commit a6ffea4Copy full SHA for a6ffea4
1 file changed
.github/workflows/main.yaml
@@ -154,6 +154,7 @@ jobs:
154
pip install pytest-localserver pytest-xdist pytest-asyncio
155
pip install meson-python versioneer # Needed for pandas build
156
python setup.py build_ext --inplace
157
+ pip uninstall pandas # remove site-packages version
158
python -m pip install ./pandas --no-build-isolation -C compile-args="-j4"
159
160
- name: Run Tests
0 commit comments