Skip to content

Commit 9657a79

Browse files
committed
wip
1 parent 09a9f1e commit 9657a79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ permissions:
1717
jobs:
1818
python-unittest-scripts:
1919
runs-on: ubuntu-latest
20+
env:
21+
PYTHON_VERSION: 3.11
2022
steps:
2123
- uses: actions/checkout@v3
22-
- name: Set up Python 3.11
24+
- name: Set up Python ${env:PYTHON_VERSION}
2325
uses: actions/setup-python@v3
2426
with:
25-
python-version: "3.11"
27+
python-version: "${env:PYTHON_VERSION}"
2628
- name: Install dependencies
2729
run: |
2830
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)