Skip to content

Commit

Permalink
fixed workflow bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jun 22, 2024
1 parent 71b2892 commit b5d53cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
virtualenvs-in-project: true

- name: Install dependencies & build
run:
run: |
poetry install --sync --no-interaction --no-root
poetry build
Expand Down

0 comments on commit b5d53cd

Please sign in to comment.