Skip to content

Commit 7cbbbb6

Browse files
committed
fix version
1 parent 2c8f8ca commit 7cbbbb6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-backend.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v6
3131
- uses: actions/setup-python@v6
3232
with:
33-
python-version: ${{ env.python-version }}
33+
python-version: ${{ vars.PYTHON_VERSION }}
3434
cache: "pip"
3535
- name: Install dependencies
3636
run: pip install .[dev]
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Python
4545
uses: actions/setup-python@v6
4646
with:
47-
python-version: ${{ env.python-version }}
47+
python-version: ${{ vars.PYTHON_VERSION }}
4848
cache: "pip"
4949
- name: Install dependencies
5050
run: pip install .[dev]
@@ -59,7 +59,7 @@ jobs:
5959
- name: Set up Python
6060
uses: actions/setup-python@v6
6161
with:
62-
python-version: ${{ env.python-version }}
62+
python-version: ${{ vars.PYTHON_VERSION }}
6363
cache: "pip"
6464
- name: Install dependencies
6565
run: pip install .[dev]
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up Python
7474
uses: actions/setup-python@v6
7575
with:
76-
python-version: ${{ env.python-version }}
76+
python-version: ${{ vars.PYTHON_VERSION }}
7777
cache: "pip"
7878
- name: Install dependencies
7979
run: pip install .

0 commit comments

Comments
 (0)