File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v2
1010 - name : Install Poetry
1111 uses : snok/install-poetry@v1
12+ with :
13+ version : 1.8.5
1214 - name : Set up Python
1315 uses : actions/setup-python@v5
1416 with :
2426 - uses : actions/checkout@v2
2527 - name : Install Poetry
2628 uses : snok/install-poetry@v1
29+ with :
30+ version : 1.8.5
2731 - name : Set up Python
2832 uses : actions/setup-python@v5
2933 with :
3943 - uses : actions/checkout@v2
4044 - name : Install Poetry
4145 uses : snok/install-poetry@v1
46+ with :
47+ version : 1.8.5
4248 - name : Set up Python
4349 uses : actions/setup-python@v5
4450 with :
5460 - uses : actions/checkout@v2
5561 - name : Install Poetry
5662 uses : snok/install-poetry@v1
63+ with :
64+ version : 1.8.5
5765 - name : Set up Python
5866 uses : actions/setup-python@v5
5967 with :
Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v2
1010 - name : Install Poetry
1111 uses : snok/install-poetry@v1
12+ with :
13+ version : 1.8.5
1214 - name : Set up Python
1315 uses : actions/setup-python@v5
1416 with :
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ A template for a Python FastAPI service:
1919- [x] [ Github Actions] ( https://github.com/features/actions ) for CI/CD
2020- [x] [ pytest] ( https://docs.pytest.org/ ) for testing
2121- [ ] [ Kamal] ( https://kamal-deploy.org/ ) for deployment (TODO: add Kamal deploy action)
22- - [ ] Migrate to uv
2322
2423## Build and run locally
2524
You can’t perform that action at this time.
0 commit comments