Skip to content

Commit 18a85ae

Browse files
committed
retooled after VED-699
1 parent 33eaa39 commit 18a85ae

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ jobs:
9393
id: fhirapi
9494
continue-on-error: true
9595
run: |
96-
poetry env use 3.11
9796
poetry install
9897
poetry run coverage run -m unittest discover || echo "fhir-api tests failed" >> ../failed_tests.txt
9998
poetry run coverage xml -o ../backend-coverage.xml

backend/poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "src"}]
88

99
[tool.poetry.dependencies]
10-
python = ">=3.11,<4.0"
10+
python = "~3.11"
1111
"fhir.resources" = "~7.0.2"
1212
boto3 = "~1.38.42"
1313
boto3-stubs-lite = {extras = ["dynamodb"], version = "~1.38.42"}

0 commit comments

Comments
 (0)