Skip to content

Commit

Permalink
chore: remove unnecessary poetry install command from publish pipeline (
Browse files Browse the repository at this point in the history
  • Loading branch information
frederik-encord authored May 5, 2023
1 parent ba58f40 commit 22c5287
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
commit_message: "Version bump to ${{ github.ref_name }}"
push_options: --force

- name: Install dependencies
run: |
poetry install --no-interaction
- name: Build
run: poetry build

Expand Down

0 comments on commit 22c5287

Please sign in to comment.