Skip to content

Commit d0a0268

Browse files
committed
remove pythonpath
1 parent 90c067d commit d0a0268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161

6262
- name: Run unittest with coverage-delta
6363
id: delta
64-
env:
65-
PYTHONPATH: delta_backend/src:delta_backend/tests
64+
# env:
65+
# PYTHONPATH: delta_backend/src:delta_backend/tests
6666
continue-on-error: true
6767
run: |
6868
pip install poetry==1.8.4 moto==4.2.11 mypy-boto3-dynamodb==1.35.54 boto3==1.26.165 coverage botocore==1.29.165 jmespath==1.0.1 python-dateutil==2.9.0 urllib3==1.26.20 s3transfer==0.6.2 typing-extensions==4.12.2

0 commit comments

Comments
 (0)