diff --git a/.github/actions/setup-poetry/action.yml b/.github/actions/setup-poetry/action.yml index 7b6bd6df..8da26890 100644 --- a/.github/actions/setup-poetry/action.yml +++ b/.github/actions/setup-poetry/action.yml @@ -29,10 +29,6 @@ runs: run: poetry env use ${{ inputs.python-version }} shell: bash - - name: Install dependencies - run: poetry install --no-root - shell: bash - - name: Install dependencies run: poetry install --no-interaction --no-root shell: bash \ No newline at end of file