mirror of
https://github.com/beetbox/beets.git
synced 2026-07-22 02:06:50 -04:00
Pin poethepoet below 0.47.0
See https://github.com/nat-n/poethepoet/issues/408
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install Python tools
|
||||
run: uv tool install "poethepoet>=0.26"
|
||||
run: uv tool install "poethepoet>=0.26,<0.47.0"
|
||||
|
||||
- name: Install system dependencies on Windows
|
||||
if: matrix.platform == 'windows-latest'
|
||||
|
||||
2
.github/workflows/integration_test.yaml
vendored
2
.github/workflows/integration_test.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
python3-gst-1.0
|
||||
|
||||
- name: Install Python tools
|
||||
run: uv tool install "poethepoet>=0.26"
|
||||
run: uv tool install "poethepoet>=0.26,<0.47.0"
|
||||
|
||||
- name: Install dependencies
|
||||
run: poe install --group test --extra autobpm --extra discogs --extra lyrics --extra replaygain --extra reflink --extra fetchart --extra chroma --extra sonosupdate --group docs
|
||||
|
||||
8
.github/workflows/lint.yaml
vendored
8
.github/workflows/lint.yaml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Install Python tools
|
||||
run: uv tool install "poethepoet>=0.26"
|
||||
run: uv tool install "poethepoet>=0.26,<0.47.0"
|
||||
|
||||
- name: Install dependencies
|
||||
run: poe install --only-group lint
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Install Python tools
|
||||
run: uv tool install "poethepoet>=0.26"
|
||||
run: uv tool install "poethepoet>=0.26,<0.47.0"
|
||||
|
||||
- name: Install dependencies
|
||||
run: poe install --only-group lint
|
||||
@@ -106,7 +106,7 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Install Python tools
|
||||
run: uv tool install "poethepoet>=0.26"
|
||||
run: uv tool install "poethepoet>=0.26,<0.47.0"
|
||||
|
||||
- name: Install dependencies
|
||||
run: poe install --only-group typing
|
||||
@@ -132,7 +132,7 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Install Python tools
|
||||
run: uv tool install "poethepoet>=0.26"
|
||||
run: uv tool install "poethepoet>=0.26,<0.47.0"
|
||||
|
||||
- name: Install dependencies
|
||||
run: poe install --group docs
|
||||
|
||||
4
.github/workflows/make_release.yaml
vendored
4
.github/workflows/make_release.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Install Python tools
|
||||
run: uv tool install "poethepoet>=0.26"
|
||||
run: uv tool install "poethepoet>=0.26,<0.47.0"
|
||||
|
||||
- name: Install dependencies
|
||||
run: poe install --group release --group docs
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Install Python tools
|
||||
run: uv tool install "poethepoet>=0.26"
|
||||
run: uv tool install "poethepoet>=0.26,<0.47.0"
|
||||
|
||||
- name: Install dependencies
|
||||
run: poe install --group release --group docs
|
||||
|
||||
Reference in New Issue
Block a user