Skip to content

Commit 5d34a75

Browse files
committed
ci: update backend test workflow configuration
1 parent 15e4886 commit 5d34a75

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/test-backend.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,11 @@ jobs:
1818
- name: Install Poetry
1919
run: pipx install poetry==1.2.1
2020

21-
- name: Get python version
22-
run: |
23-
python_version=$(grep -oP 'python \K(.*)' .tool-versions)
24-
echo "PYTHON_VERSION=${python_version}" >> $GITHUB_ENV
25-
2621
- uses: actions/setup-python@v4
2722
with:
28-
python-version: ${{ env.PYTHON_VERSION }}
23+
python-version: "3.11"
2924
cache: poetry
3025

31-
- name: Install Taglib
32-
run: sudo apt-get install -y libtag1-dev
33-
3426
- name: Install Dependencies
3527
run: poetry install
3628

0 commit comments

Comments
 (0)