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 f9ab523 commit 82c74e6Copy full SHA for 82c74e6
.github/workflows/test_actions.yml
@@ -235,6 +235,8 @@ jobs:
235
poetry env use ${{ matrix.python-version }} -C test-project
236
- name: Set compatible Python version in pyproject.toml
237
run: sed -i 's/^python = .*/python = ">=3.7,<4.0"/' test-project/pyproject.toml
238
+ - name: Show pyproject.toml
239
+ run: cat test-project/pyproject.toml
240
- name: Add ni-python-styleguide to the project
241
run: poetry add ni-python-styleguide -C test-project
242
- name: Create poetry.lock
0 commit comments