Skip to content

Commit

Permalink
poetry revert
Browse files Browse the repository at this point in the history
  • Loading branch information
CLJ2006 committed Jan 6, 2025
1 parent 2eb6d0b commit 26755ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run unittest with filenameprocessor-coverage
run: |
pip install poetry moto==4.2.11 coverage redis botocore==1.35.49 simplejson pandas freezegun
pip install poetry==1.8.2 moto==4.2.11 coverage redis botocore==1.35.49 simplejson pandas freezegun
poetry run coverage run --source=filenameprocessor -m unittest discover -s filenameprocessor
poetry run coverage xml -o sonarcloud-coverage-filenameprocessor-coverage.xml
continue-on-error: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run unittest with coverage-fhir-api
continue-on-error: true
run: |
pip install poetry==1.8.2 moto==4.2.11 coverage redis botocore==1.35.49 simplejson responses structlog fhir.resources jsonpath_ng pydantic==1.10.13 requests aws-lambda-typing cffi pyjwt boto3-stubs-lite[dynamodb]~=1.26.90 python-stdnum==1.20
pip install poetry moto==4.2.11 coverage redis botocore==1.35.49 simplejson responses structlog fhir.resources jsonpath_ng pydantic==1.10.13 requests aws-lambda-typing cffi pyjwt boto3-stubs-lite[dynamodb]~=1.26.90 python-stdnum==1.20
poetry run coverage run --source=backend -m unittest discover -s backend
poetry run coverage xml -o sonarcloud-coverage.xml
Expand Down

0 comments on commit 26755ce

Please sign in to comment.