Skip to content

Commit 2e1f0a7

Browse files
committed
poetry env use 3.11
1 parent 91d710e commit 2e1f0a7

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
@@ -94,6 +94,7 @@ jobs:
9494
id: fhirapi
9595
continue-on-error: true
9696
run: |
97+
poetry env use 3.11
9798
poetry install
9899
poetry run coverage run -m unittest discover || echo "fhir-api tests failed" >> ../failed_tests.txt
99100
poetry run coverage xml -o ../backend-coverage.xml

0 commit comments

Comments
 (0)