We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b50cc commit 7746abcCopy full SHA for 7746abc
.github/workflows/test_actions.yml
@@ -232,6 +232,8 @@ jobs:
232
run: poetry new test-project
233
- name: Create poetry.lock
234
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
237
- name: Check that the project was created
238
run: |
239
if [ ! -f test-project/pyproject.toml ]; then
0 commit comments