Skip to content

Commit 7746abc

Browse files
committed
Add dependency on ni-python-styleguide
1 parent 02b50cc commit 7746abc

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
@@ -232,6 +232,8 @@ jobs:
232232
run: poetry new test-project
233233
- name: Create poetry.lock
234234
run: poetry lock -C test-project
235+
- name: Add ni-python-styleguide to the project
236+
run: poetry add ni-python-styleguide -C test-project
235237
- name: Check that the project was created
236238
run: |
237239
if [ ! -f test-project/pyproject.toml ]; then

0 commit comments

Comments
 (0)