Skip to content

Commit

Permalink
fix: github actions test
Browse files Browse the repository at this point in the history
  • Loading branch information
eldpswp99 committed Oct 12, 2023
1 parent e51f58c commit 89e2ec0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
run: pip3 install black==^23.9.1

- name: check formatting
run: black --check .
run: black --check backend
1 change: 0 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "backend"
version = "0.1.0"
description = ""
authors = ["eldpswp99 <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit 89e2ec0

Please sign in to comment.