Skip to content

Commit 79ebb75

Browse files
committed
ci: not editable install
1 parent d8d0870 commit 79ebb75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ jobs:
153153
pip install hypothesis
154154
pip install pytest-localserver pytest-xdist pytest-asyncio
155155
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"
156+
pip install . --no-deps # Install fastparquet
157+
pip install ./pandas --no-build-isolation -C compile-args="-j4"
158158
159159
- name: Run Tests
160160
shell: bash -l {0}

0 commit comments

Comments
 (0)