We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e4886 commit 5d34a75Copy full SHA for 5d34a75
1 file changed
.github/workflows/test-backend.yaml
@@ -18,19 +18,11 @@ jobs:
18
- name: Install Poetry
19
run: pipx install poetry==1.2.1
20
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
-
26
- uses: actions/setup-python@v4
27
with:
28
- python-version: ${{ env.PYTHON_VERSION }}
+ python-version: "3.11"
29
cache: poetry
30
31
- - name: Install Taglib
32
- run: sudo apt-get install -y libtag1-dev
33
34
- name: Install Dependencies
35
run: poetry install
36
0 commit comments