Skip to content

Commit 47f2905

Browse files
committed
Tenth time is the charm
1 parent f5abcf7 commit 47f2905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ jobs:
232232
run: poetry new test-project
233233
- name: Restrict Python version in pyproject.toml
234234
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
235+
poetry env use ${{ matrix.python-version }} -C test-project
236+
poetry add 'python@>=3.7,<4.0' --dev -C test-project
237237
- name: Add ni-python-styleguide to the project
238238
run: poetry add ni-python-styleguide -C test-project
239239
- name: Create poetry.lock

0 commit comments

Comments
 (0)