We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46f787 commit 38388a9Copy full SHA for 38388a9
.github/workflows/pi_build.yml
@@ -164,7 +164,7 @@ jobs:
164
cd ${{ github.workspace }}/${{ matrix.app }}
165
REQUIREMENTS_FILES=$(ls requirements/*.txt)
166
for requirement_file in $REQUIREMENTS_FILES; do
167
- cp ${{ github.workspace }}/refinery-submodule-parent-images/$requirement_file $requirement_file
+ cp ${{ github.workspace }}/$requirement_file $requirement_file
168
done
169
170
- name: Perform Edit/Git Operations (Python)
0 commit comments