Skip to content

Commit

Permalink
update staging deployment name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubangizi committed Nov 22, 2024
1 parent 15e37df commit 55026e4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: master
name: Staging Deployment

on:
push:
Expand Down
1 change: 0 additions & 1 deletion app/controllers/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def get(self):
@jwt_required
def get(self, experiment_id, current_user):
# Retrieve a single experiment by ID

try:
experiment = self.client.get_experiment(experiment_id)
return {
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,4 @@ urllib3==2.2.1
websocket-client==1.8.0
Werkzeug==3.0.2
mlflow==2.18.0
# alembic
# alembic==1.9.0
# flask-migrate

0 comments on commit 55026e4

Please sign in to comment.