Skip to content

Commit

Permalink
Attempt to install packages in CI even if cached
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed Oct 14, 2024
1 parent 6a60762 commit 6eaaaa8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ runs:
key: venv-${{ runner.os }}-${{ inputs.python_version }}-${{ hashFiles('poetry.lock') }}

- name: Create Virtual Environment
if: steps.cached-venv.outputs.cache-hit != 'true'
shell: bash
run: |
echo "Included optional dependency groups ${{ inputs.poetry_included_groups }}"
Expand Down

0 comments on commit 6eaaaa8

Please sign in to comment.