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 d8d0870 commit 79ebb75Copy full SHA for 79ebb75
1 file changed
.github/workflows/main.yaml
@@ -153,8 +153,8 @@ jobs:
153
pip install hypothesis
154
pip install pytest-localserver pytest-xdist pytest-asyncio
155
pip install meson-python versioneer # Needed for pandas build
156
- pip install -e . --no-deps # Install fastparquet
157
- pip install -e ./pandas --no-build-isolation -C compile-args="-j4"
+ pip install . --no-deps # Install fastparquet
+ pip install ./pandas --no-build-isolation -C compile-args="-j4"
158
159
- name: Run Tests
160
shell: bash -l {0}
0 commit comments