Skip to content

Commit ea04d85

Browse files
committed
ci: swap fastapi with flask for test
fastapi requires setting a custom python version
1 parent 4765731 commit ea04d85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
repos:
35-
- tiangolo/fastapi
35+
- pallets/flask
3636
steps:
3737
- uses: actions/checkout@v4
3838
with:

0 commit comments

Comments
 (0)