Skip to content

Commit 9c0674f

Browse files
committed
Testing the CI/CD pipeline
1 parent 77b4688 commit 9c0674f

File tree

1 file changed

+1
-1
lines changed
  • course4/week3-ungraded-labs/C4_W3_Lab_4_Github_Actions/app

1 file changed

+1
-1
lines changed

course4/week3-ungraded-labs/C4_W3_Lab_4_Github_Actions/app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from fastapi import FastAPI
55
from pydantic import BaseModel, conlist
66

7-
7+
# Testing the CI/CD pipeline when pushing to github
88

99
app = FastAPI(title="Predicting Wine Class with batching")
1010

0 commit comments

Comments
 (0)