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

Commit

Permalink
Fix github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Nov 11, 2022
1 parent bcffc02 commit f8947dd
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
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: abatilo/[email protected]

- name: Setup environment
run: poetry install
run: poetry install --no-root

- name: Run tests with Coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: abatilo/[email protected]

- name: Setup environment
run: poetry install
run: poetry install --no-root

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

0 comments on commit f8947dd

Please sign in to comment.