Skip to content

Commit d8faecc

Browse files
committed
make install
1 parent a3c0637 commit d8faecc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/_integration_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
shell: bash
4545
run: poetry install --with quality,tests
4646

47+
- name: Make install
48+
run: |
49+
make install
50+
4751
- name: Install together
4852
run: |
4953
poetry run pip install .

0 commit comments

Comments
 (0)