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 6afd6b7 commit f5abcf7Copy full SHA for f5abcf7
.github/workflows/test_actions.yml
@@ -230,8 +230,10 @@ jobs:
230
uses: ./setup-poetry
231
- name: Create project
232
run: poetry new test-project
233
- - name: Set compatible Python version in pyproject.toml
234
- run: poetry env use ${{ matrix.python-version }} -C test-project
+ - name: Restrict Python version in pyproject.toml
+ 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
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