Skip to content

Commit a0bbeac

Browse files
committed
update poetry install params in pipeline
1 parent 473e6e1 commit a0bbeac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Python dependencies
5454
run: |
5555
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
56-
$HOME/.poetry/bin/poetry install
56+
$HOME/.poetry/bin/poetry install --no-interaction
5757
- name: Use lowest dependencies versions
5858
if: matrix.deps-version == 'lowest'
5959
run: |
@@ -99,6 +99,6 @@ jobs:
9999
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
100100
run: |
101101
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
102-
$HOME/.poetry/bin/poetry install
102+
$HOME/.poetry/bin/poetry install --no-interaction --no-dev
103103
$HOME/.poetry/bin/poetry build
104104
$HOME/.poetry/bin/poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)