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 0b967dc commit 6afd6b7Copy full SHA for 6afd6b7
.github/workflows/test_actions.yml
@@ -231,7 +231,7 @@ jobs:
231
- name: Create project
232
run: poetry new test-project
233
- name: Set compatible Python version in pyproject.toml
234
- run: poetry env use 3.11 -C test-project
+ run: poetry env use ${{ matrix.python-version }} -C test-project
235
- name: Add ni-python-styleguide to the project
236
run: poetry add ni-python-styleguide -C test-project
237
- name: Create poetry.lock
0 commit comments