Skip to content

Commit ea35c4d

Browse files
committed
Set python version for the linting checks
1 parent cdc4e08 commit ea35c4d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous_integration.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ jobs:
2222
${{ matrix.tools }}: true
2323
args: ${{ matrix.args }}
2424
workdir: "."
25+
python_version: 3.12.8
2526

2627
testing:
2728
runs-on: ubuntu-latest
2829
steps:
2930
- name: Pytest
3031
uses: microsoft/action-python@0.7.0
3132
with:
32-
testing: true
33+
pytest: true
34+
testdir: "tests"
35+
python_version: 3.12.8

0 commit comments

Comments
 (0)