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 9cb496e commit 3ebe72cCopy full SHA for 3ebe72c
1 file changed
.github/workflows/windows-concurrency-test.yml
@@ -49,14 +49,6 @@ jobs:
49
python -m pip install --upgrade pip
50
pip install -e .
51
52
- - name: Configure omnipkg for non-interactive use
53
- shell: pwsh
54
- run: |
55
- $configDir = "$HOME\.config\omnipkg"
56
- New-Item -ItemType Directory -Force -Path $configDir | Out-Null
57
- @{ interactive = $false; auto_confirm = $true } | ConvertTo-Json | Out-File -FilePath "$configDir\config.json" -Encoding utf8
58
- Write-Host "✅ Omnipkg configured"
59
-
60
- name: Run Demo (Option 8 - Quantum Multiverse)
61
shell: cmd
62
run: omnipkg demo 8 --non-interactive
0 commit comments