Skip to content

Commit 818f996

Browse files
committed
test: checkout submodules
1 parent b62abde commit 818f996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pi_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: |
118118
echo "ls -l: $(pwd)"
119119
ls -l
120-
cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
120+
# cat ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
121121
cd submodules
122122
echo "ls -l: $(pwd)"
123123
ls -l
@@ -127,7 +127,7 @@ jobs:
127127
128128
- name: Compile Artifacts
129129
run: |
130-
cd submodules/parent-images
130+
cd ${{ github.workspace }}/submodules/parent-images
131131
git fetch origin && git checkout ${{ github.event.pull_request.head.ref }}
132132
pip-compile submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.in
133133

0 commit comments

Comments
 (0)