Skip to content

Commit 1f3bde3

Browse files
committed
Tell pixi not to prompt
1 parent f9557bd commit 1f3bde3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@ jobs:
390390
with:
391391
pixi-version: v0.57.0
392392
run-install: false
393+
env:
394+
PIXI_NO_PROMPT: "1"
393395
- name: Run creation
394396
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 5
395397
shell: bash
@@ -425,6 +427,8 @@ jobs:
425427
with:
426428
pixi-version: v0.57.0
427429
run-install: false
430+
env:
431+
PIXI_NO_PROMPT: "1"
428432
- name: Run creation
429433
run: ./scripts/ci_run.sh ${{ matrix.project_type }} 5
430434
shell: bash

0 commit comments

Comments
 (0)