Skip to content

Commit bda49c5

Browse files
Pin poetry version to 1.8.5
1 parent e37cbc4 commit bda49c5

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
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:
@@ -24,6 +26,8 @@ jobs:
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:
@@ -39,6 +43,8 @@ jobs:
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:
@@ -54,6 +60,8 @@ jobs:
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:

.github/workflows/pytest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
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:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)