Skip to content

Commit 4611ce8

Browse files
committed
env use 3.11
1 parent 425a9a7 commit 4611ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
id: recordprocessor
4848
continue-on-error: true
4949
run: |
50+
poetry env use python3.11
5051
poetry install
5152
poetry run coverage run -m unittest discover || echo "recordprocessor tests failed" >> ../failed_tests.txt
5253
poetry run coverage xml -o ../recordprocessor-coverage.xml

0 commit comments

Comments
 (0)