Skip to content

Commit 02b50cc

Browse files
committed
Produce poetry.lock before analyzing
1 parent 0818b7e commit 02b50cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ jobs:
230230
uses: ./setup-poetry
231231
- name: Create project
232232
run: poetry new test-project
233+
- name: Create poetry.lock
234+
run: poetry lock -C test-project
233235
- name: Check that the project was created
234236
run: |
235237
if [ ! -f test-project/pyproject.toml ]; then

0 commit comments

Comments
 (0)