Skip to content

Commit 98dffc9

Browse files
author
Daniel Dunn
committed
Workaround for pandas blocking build
1 parent cc48205 commit 98dffc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ dev-file-lines: # Show files sorted by line count
9898

9999
.PHONY: dev-build
100100
dev-build: dev-build-docs # Build for release
101+
# Workaround for this file being left behind and breaking
102+
@ ! rm .venv/lib/python3.12/site-packages/pandas/pyproject.toml
101103
@poetry build
102104
@poetry freeze-wheel
103105

0 commit comments

Comments
 (0)