From 484a600b847c9772039dcf72ac5bbfbed9d7494f Mon Sep 17 00:00:00 2001 From: "praveen.kanniah@PP-C02FX9SXMD6M" Date: Sun, 2 Jun 2024 21:06:36 +0530 Subject: [PATCH] Removed install dependencies step in actions --- .github/workflows/mantis-cli-release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/mantis-cli-release.yml b/.github/workflows/mantis-cli-release.yml index 9d3ac794..0e71adaa 100644 --- a/.github/workflows/mantis-cli-release.yml +++ b/.github/workflows/mantis-cli-release.yml @@ -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