Skip to content

Commit

Permalink
refactor: poetry remove jinja-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitewarp committed Oct 25, 2023
1 parent d2d16b2 commit 9a11202
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 169 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cache-dependency-path: "poetry.lock"

- name: Install dependencies
run: poetry install --with build
run: poetry install

- name: Test phase
run: make ${{ matrix.type }}
Expand Down
166 changes: 1 addition & 165 deletions poetry.lock

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

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ ruff = "^0.0.292"
pip-tools = "^7.1.0"
pybuild-deps = "^0.1.1"

[tool.poetry.group.build.dependencies]
jinja-cli = "^1.2.2"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 9a11202

Please sign in to comment.