Skip to content

Commit ba6edde

Browse files
remove python from main cicd
1 parent 28c74f3 commit ba6edde

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,6 @@ jobs:
155155
uses: actions/download-artifact@v5
156156
with:
157157
name: code-coverage-report
158-
- name: "Download Python coverage reports"
159-
uses: actions/download-artifact@v5
160-
with:
161-
name: python-coverage-reports
162-
path: src/
163158
- name: "Perform static analysis"
164159
uses: ./.github/actions/perform-static-analysis
165160
with:

0 commit comments

Comments
 (0)