Skip to content

Commit f0d9705

Browse files
committed
Building MloPS + Data Science Scripts
1 parent d6a9a87 commit f0d9705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/onRelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
2626
# IMPORTANT: The testing framework is not yet implemented, and therefore still under development.
2727
28-
cd mlOps/devOps/utils
28+
#cd mlOps/devOps/utils
2929
30-
python -m pytest -v
30+
#python -m pytest -v
3131
3232
prApproved_CD_Development:
3333
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true && contains(github.head_ref, 'feature') && github.base_ref == 'main'

0 commit comments

Comments
 (0)