Skip to content

Commit

Permalink
Removed install dependencies step in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ncoder2 committed Jun 2, 2024
1 parent fcc8d6d commit 484a600
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mantis-cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- name: Install Poetry and bump2version
run: pip install poetry==1.4.2 bump2version==1.0.1

- name: Install dependencies
run: poetry install

- name: Bump version
id: bump_version
run: poetry run bump2version patch
Expand Down

0 comments on commit 484a600

Please sign in to comment.