Skip to content

Commit

Permalink
Disable cache CI step temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
AnesBenmerzoug committed May 8, 2024
1 parent b3614d2 commit 291d5ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ runs:
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python_version }}
- name: Load cached Poetry installation
id: cached-poetry
uses: actions/cache@v4
with:
path: ~/.local
key: poetry-${{ runner.os }}-${{ inputs.poetry_version }}
# - name: Load cached Poetry installation
# id: cached-poetry
# uses: actions/cache@v4
# with:
# path: ~/.local
# key: poetry-${{ runner.os }}-${{ inputs.poetry_version }}
- name: Install and configure Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
# if: steps.cached-poetry.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1
with:
version: ${{ inputs.poetry_version }}
Expand Down

0 comments on commit 291d5ab

Please sign in to comment.