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 f5abcf7 commit 47f2905Copy full SHA for 47f2905
.github/workflows/test_actions.yml
@@ -232,8 +232,8 @@ jobs:
232
run: poetry new test-project
233
- name: Restrict Python version in pyproject.toml
234
run: |
235
- poetry run poetry env use ${{ matrix.python-version }} -C test-project
236
- poetry run poetry add 'python@>=3.7,<4.0' --dev -C test-project
+ poetry env use ${{ matrix.python-version }} -C test-project
+ poetry add 'python@>=3.7,<4.0' --dev -C test-project
237
- name: Add ni-python-styleguide to the project
238
run: poetry add ni-python-styleguide -C test-project
239
- name: Create poetry.lock
0 commit comments