Skip to content

Commit d16128c

Browse files
committed
template CICD update: specify python version
1 parent 77b2b39 commit d16128c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-analysis-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
steps:
3838
- name: Set up Python 3.11
3939
uses: actions/setup-python@v3
40+
with:
41+
python-version: "3.11"
4042
- name: Lint (Pylint)
4143
run: source .venv/bin/activate && pylint src
4244
- name: Format check (Black)
@@ -53,5 +55,7 @@ jobs:
5355
steps:
5456
- name: Set up Python 3.11
5557
uses: actions/setup-python@v3
58+
with:
59+
python-version: "3.11"
5660
- name: Unittests (Pytest)
5761
run: source .venv/bin/activate && pytest tests/unittests

0 commit comments

Comments
 (0)