Skip to content

Commit

Permalink
Fix docsite build
Browse files Browse the repository at this point in the history
  • Loading branch information
jas14 committed Jan 6, 2025
1 parent 769b9d8 commit b84b9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/super_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
run: pipx install poetry==2.0.0
- name: Set up Python
uses: actions/setup-python@v5
- name: Install Python dependencies
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "A more helpful way to view differences between complex data struc
authors = ["Elliot Winkler <[email protected]>", "Splitwise, Inc. <[email protected]>"]
license = "MIT"
readme = "README.md"
package-mode = false

[tool.poetry.group.dev.dependencies]
python = "^3.12"
Expand Down

0 comments on commit b84b9d1

Please sign in to comment.