Skip to content

Commit b84b9d1

Browse files
committed
Fix docsite build
1 parent 769b9d8 commit b84b9d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/super_diff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
steps:
155155
- uses: actions/checkout@v4
156156
- name: Install poetry
157-
run: pipx install poetry
157+
run: pipx install poetry==2.0.0
158158
- name: Set up Python
159159
uses: actions/setup-python@v5
160160
- name: Install Python dependencies

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "A more helpful way to view differences between complex data struc
55
authors = ["Elliot Winkler <[email protected]>", "Splitwise, Inc. <[email protected]>"]
66
license = "MIT"
77
readme = "README.md"
8+
package-mode = false
89

910
[tool.poetry.group.dev.dependencies]
1011
python = "^3.12"

0 commit comments

Comments
 (0)