Skip to content

Commit 4636356

Browse files
use env python version
1 parent 5ca9b53 commit 4636356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python 3.11
4242
uses: actions/setup-python@v4
4343
with:
44-
python-version: 3.11
44+
python-version: ${{ env.PYTHON_VERSION }}
4545
cache: pip
4646

4747
- name: Install Poetry

0 commit comments

Comments
 (0)