Skip to content

Commit 5df8b79

Browse files
committed
Remove diagnostics now that we have it all working again
1 parent 81cd060 commit 5df8b79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ jobs:
168168
. .venv-test\Scripts\Activate.ps1
169169
uv pip install --upgrade pip
170170
uv pip install "$wheel"
171+
# Import from a clean working directory to avoid repo src shadowing
172+
$tmp = New-Item -ItemType Directory -Path ([System.IO.Path]::GetTempPath()) -Name ("hgraph-test-" + [guid]::NewGuid())
173+
Set-Location $tmp.FullName
171174
python -c "import hgraph, hgraph._hgraph; print('ok')"
172175
173176
- name: Upload wheels

0 commit comments

Comments
 (0)