Skip to content

Commit 38388a9

Browse files
committed
fix: file paths
1 parent b46f787 commit 38388a9

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
@@ -164,7 +164,7 @@ jobs:
164164
cd ${{ github.workspace }}/${{ matrix.app }}
165165
REQUIREMENTS_FILES=$(ls requirements/*.txt)
166166
for requirement_file in $REQUIREMENTS_FILES; do
167-
cp ${{ github.workspace }}/refinery-submodule-parent-images/$requirement_file $requirement_file
167+
cp ${{ github.workspace }}/$requirement_file $requirement_file
168168
done
169169
170170
- name: Perform Edit/Git Operations (Python)

0 commit comments

Comments
 (0)