Skip to content

Commit

Permalink
Cache by extras
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Wouda committed Oct 21, 2024
1 parent 1c8a46f commit 5dca466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: cache-python
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-${{ matrix.extras }}
- name: Install Python dependencies
if: steps.cache-python.outputs.cache-hit != 'true'
run: poetry install ${{ matrix.extras }}
Expand Down

0 comments on commit 5dca466

Please sign in to comment.