Skip to content

Commit 3ebe72c

Browse files
authored
Remove omnipkg configuration from workflow
Removed omnipkg configuration step for non-interactive use.
1 parent 9cb496e commit 3ebe72c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/windows-concurrency-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ jobs:
4949
python -m pip install --upgrade pip
5050
pip install -e .
5151
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-
6052
- name: Run Demo (Option 8 - Quantum Multiverse)
6153
shell: cmd
6254
run: omnipkg demo 8 --non-interactive

0 commit comments

Comments
 (0)