Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit f8947dd

Browse files
committed
Fix github workflows
1 parent bcffc02 commit f8947dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: abatilo/actions-poetry@v2.0.0
2828

2929
- name: Setup environment
30-
run: poetry install
30+
run: poetry install --no-root
3131

3232
- name: Run tests with Coverage
3333
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: abatilo/actions-poetry@v2.0.0
2626

2727
- name: Setup environment
28-
run: poetry install
28+
run: poetry install --no-root
2929

3030
- name: Build and publish package
3131
run: poetry publish --build --username __token__ --password ${{ secrets.TOKEN_PYPI }}

0 commit comments

Comments
 (0)