Skip to content

Commit e668f6d

Browse files
committed
Removed test stage
1 parent 13893e5 commit e668f6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
python -m pip install --upgrade pip
2727
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2828
29-
- name: Run tests
30-
run: |
31-
pytest # or replace with your testing command
29+
# - name: Run tests
30+
# run: |
31+
# pytest # or replace with your testing command

0 commit comments

Comments
 (0)