Skip to content

Commit 6018ff5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)