Skip to content

Commit c83ba01

Browse files
committed
Update workflow again
1 parent 6fadb24 commit c83ba01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ jobs:
154154
id: setup-python
155155
python-version: ${{ matrix.python-version }}
156156
cache: poetry
157+
- name: install project root
158+
run: poetry install --only-root
157159
- name: build hdf5 in paralell
158160
if: steps.setup-python.outputs.cache-hit != 'true'
159161
run: |

0 commit comments

Comments
 (0)