Skip to content

Commit 3cd4d28

Browse files
authored
ci: add poetry check step (#140)
1 parent 27372f8 commit 3cd4d28

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/pytest_fast.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17+
- name: Set up Poetry
18+
uses: Gr1N/setup-poetry@v9
19+
with:
20+
poetry-version: "1.8.4"
21+
22+
- name: Check Poetry lock file is current
23+
run: poetry check
24+
1725
- uses: hynek/build-and-inspect-python-package@v2
1826
env:
1927
# Pass in dummy version '0.0.0dev0' version to appease dynamic versioning
@@ -36,7 +44,7 @@ jobs:
3644
- name: Set up Poetry
3745
uses: Gr1N/setup-poetry@v9
3846
with:
39-
poetry-version: "1.7.1"
47+
poetry-version: "1.8.4"
4048
- name: Set up Python
4149
uses: actions/setup-python@v5
4250
with:

0 commit comments

Comments
 (0)