Skip to content

Commit e3efaaf

Browse files
committed
revert test-distro to test
1 parent b89807d commit e3efaaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
python -m pip install --upgrade pip
9494
pip install poetry wheel twine
95-
poetry install -E all
95+
pip install .[all]
9696
- name: Build Package
9797
run: poetry build
9898
- name: test with twine

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,5 @@ pylint = ["+F*", "+E*", "-E121", "-E126", "-E203", "-E226", "-E231", "-W503", "-
352352

353353

354354
[build-system]
355-
requires = ["poetry>=1.1.11,<1.2.0", "poetry-dynamic-versioning", "gitpython==3.1.24"]
355+
requires = ["gitpython==3.1.24", "poetry>=1.1.11,<1.2.0", "poetry-dynamic-versioning"]
356356
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)