Skip to content

Commit ae2b8ef

Browse files
authored
Update runner-ci-pipeline.yml
1 parent fdd18f3 commit ae2b8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runner-ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
python-version: 3.7
1515
- name: Install poetry
16-
uses: pip install poetry
16+
run: pip install poetry
1717
- name: Install dependencies
1818
run: poetry install
1919
working-directory: ./runner

0 commit comments

Comments
 (0)