Skip to content

Commit 84271e0

Browse files
committed
Show pyproject.toml after the addition of deps
1 parent f2711b7 commit 84271e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@ jobs:
273273
for file in files:
274274
file_path = Path(root) / file
275275
add_docstring_to_file(file_path)
276-
- name: Show pyproject.toml
277-
run: cat test-project/pyproject.toml
278276
- name: Add ni-python-styleguide to the project
279277
run: poetry add ni-python-styleguide -C test-project
280278
- name: Add mypy to the project
281279
run: poetry add mypy -C test-project
280+
- name: Show pyproject.toml
281+
run: cat test-project/pyproject.toml
282282
- name: Create poetry.lock
283283
run: poetry lock -C test-project
284284
- name: Check that the project was created

0 commit comments

Comments
 (0)