We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841a511 commit 6fa0d31Copy full SHA for 6fa0d31
2 files changed
.github/workflows/Update-Constraints/Build-And-Freeze-VEnv.sh
@@ -62,5 +62,5 @@ pip freeze --exclude-editable > "$out_path"
62
63
# Expose both basename (artifact name) and path (artifact file)
64
65
-echo "ARTIFACT_NAME=$out_basename" >> "$GITHUB_ENV"
+echo "ARTIFACT_NAME=constraints-${py_tag}.txt" >> "$GITHUB_ENV"
66
echo "ARTIFACT_PATH=$out_path" >> "$GITHUB_ENV"
.github/workflows/update-constraints.yaml
@@ -192,8 +192,8 @@ jobs:
192
with :
193
194
merge-multiple : true
195
- pattern : 'constraints.txt'
196
- path : 'Data/Python/${{ matrix.py }}/'
+ pattern : 'constraints-*.txt'
+ path : '.'
197
198
################################################################
199
0 commit comments