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 5362d09 commit 796c0fbCopy full SHA for 796c0fb
.github/workflows/pi_build.yml
@@ -105,6 +105,9 @@ jobs:
105
repository: '${{ github.repository_owner }}/refinery-${{ matrix.parent_image_type }}-parent-image'
106
submodules: 'true'
107
108
+ - name: Purge stale requirements
109
+ run: rm ${{ github.workspace }}/submodules/parent-images/requirements/${{ matrix.parent_image_type }}-requirements.txt
110
+
111
# Download requirements from artifacts
112
- name: Download ${{ matrix.parent_image_type }}-requirements
113
uses: actions/download-artifact@v4
0 commit comments