Skip to content

Commit 6afd6b7

Browse files
committed
Use matrix Python version
1 parent 0b967dc commit 6afd6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- name: Create project
232232
run: poetry new test-project
233233
- name: Set compatible Python version in pyproject.toml
234-
run: poetry env use 3.11 -C test-project
234+
run: poetry env use ${{ matrix.python-version }} -C test-project
235235
- name: Add ni-python-styleguide to the project
236236
run: poetry add ni-python-styleguide -C test-project
237237
- name: Create poetry.lock

0 commit comments

Comments
 (0)