Skip to content

Commit 38ccdcf

Browse files
committed
use poetry install
1 parent 7cc43fd commit 38ccdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install together
4646
run: |
47-
poetry run pip install .
47+
poetry install
4848
4949
- name: Run integration tests
5050
shell: bash

0 commit comments

Comments
 (0)