Skip to content

Commit e78e9e2

Browse files
committed
fix: Update mfd-code-quality dependency to specific git version for coverage debugging
Signed-off-by: Lasota, Adrian <[email protected]>
1 parent 26821fa commit e78e9e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_upload_whl.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
cd ${{ inputs.SOURCE_PATH }}
124124
../whl_creation/bin/python -m build --wheel --outdir ../whl_creation/dist
125125
ls -l ../whl_creation/dist
126+
rm -rf ./${{ inputs.SOURCE_PATH }}/*.egg-info
126127
127128
- name: Determine if unit and functional tests should run
128129
id: test_check

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements-test.txt # Ensure tests dependencies are automatically included
22
pydantic
3-
mfd-code-quality >= 1.2.0, < 2
3+
mfd-code-quality @ git+https://github.com/intel/mfd-code-quality.git@coverage-debug

0 commit comments

Comments
 (0)