Skip to content

Commit

Permalink
right syntax in pyproject.toml - attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymeijer committed Nov 8, 2024
1 parent e81aef6 commit 445cf8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ docs = [
"black",
]
se = [
"spark-expectations",
"spark-expectations@git+https://github.com/Nike-Inc/spark-expectations@bug/114-connect-dataframe-not-available-error#egg=spark-expectations",
]

[tool.uv.sources]
spark-expectations = { git = "https://github.com/Nike-Inc/spark-expectations", branch = "bug/114-connect-dataframe-not-available-error" }
[tool.hatch.metadata]
allow-direct-references = true


### ~~~~~~~~~~~~~~~ ###
Expand Down

0 comments on commit 445cf8d

Please sign in to comment.