Skip to content

Commit

Permalink
feat: github action enforce PR continuous integration rules
Browse files Browse the repository at this point in the history
* fix charmap error in continuous integration on windows
  • Loading branch information
FabienArcellier committed Feb 10, 2024
1 parent ec4c4ed commit 9577b72
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pytest-asyncio = ">= 0.23.4, < 1"
pytest = ">= 7.0.0, < 8"
altair = ">= 5.2.0, < 6"
httpx = ">=0.26.0, < 1"
alfred-cli = "^2.2.6"
alfred-cli = { git = "https://github.com/FabienArcellier/alfred-cli.git", rev = "10cbaae51dc551388e107d15b5a04df21d70d2a8" }

[tool.poetry.extras]
ds = ["pandas", "pyarrow", "plotly"]
Expand Down

0 comments on commit 9577b72

Please sign in to comment.