Skip to content

Commit bc73df7

Browse files
committed
test: variant files
1 parent cd5e8b3 commit bc73df7

File tree

82 files changed

+610
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+610
-57
lines changed

.env.ci

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Test with specific PR from pixi repository
2+
PIXI_PR_NUMBER="4665"
3+
4+
# Test with specific PR from pixi-build-backends repository
5+
BUILD_BACKENDS_PR_NUMBER="400"

scripts/download-artifacts.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ def download_github_artifact(
285285
# Get the target_artifact
286286
target_artifact = None
287287
pr = None
288+
selected_run = None
288289

289290
if run_id:
290291
# Use specific run ID - no need to find workflow first
@@ -344,6 +345,9 @@ def download_github_artifact(
344345
if target_artifact:
345346
break
346347

348+
if selected_run is None:
349+
raise ValueError("Could not find a suitable workflow run")
350+
347351
console.print(f"[blue]Selected run: {selected_run.id} from {selected_run.created_at}")
348352

349353
if not target_artifact:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)