mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Cache deps
This commit is contained in:
parent
e9076ffb53
commit
914dbcb420
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-changelog.yaml
vendored
2
.github/workflows/test-changelog.yaml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
uses: BrandonLWhite/pipx-install-action@v0.1.1
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: "3.9"
|
||||||
cache: poetry
|
cache: poetry
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue