Skip to content

Commit

Permalink
chatgbt was wrong, lets see if I am right :kappa:
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt committed May 9, 2024
1 parent 873ed6e commit cd32b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ runs:
- uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python_version }}
cache: 'pip'

- name: Setup cache for pip and poetry
- name: Setup cache for poetry
uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.cache/pypoetry
~/.poetry
!~/.cache/pypoetry/artifacts
Expand Down

0 comments on commit cd32b3e

Please sign in to comment.