Skip to content

Commit 205d0a1

Browse files
committed
fix: pip-compile path
1 parent 2adb230 commit 205d0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pi_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: python -m pip install pip-tools
6868

6969
- name: Compile Requirements
70-
run: pip-compile requirements/${{ matrix.parent_image_type }}-requirements.in
70+
run: pip-compile submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
7171

7272
- name: Create PR - ${{ matrix.app }}
7373
run: |

0 commit comments

Comments
 (0)