Skip to content

Commit

Permalink
Merge pull request #14 from kevingrismore/upgrade-prefect
Browse files Browse the repository at this point in the history
upgrade prefect
  • Loading branch information
kevingrismore authored Nov 6, 2024
2 parents 3d25d85 + 114a663 commit 6380bf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project-2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:
types:
- opened
paths:
- "project_1/**"
- "project_2/**"
push:
branches:
- main
paths:
- "project_1/**"
- "project_2/**"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion project_2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
prefect==2.16.1
prefect==3.1.0
prefect-aws

0 comments on commit 6380bf5

Please sign in to comment.