Skip to content

Commit

Permalink
Change parameter installer-parallel of poetry to false on release
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
drgarcia1986 committed Dec 30, 2021
1 parent 06d2c10 commit cbbf84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
installer-parallel: false

- name: build a binary whell and a source tarball
run: poetry build
Expand Down

0 comments on commit cbbf84c

Please sign in to comment.