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 6beae4a commit 1dfdcf4Copy full SHA for 1dfdcf4
.github/workflows/test-python-win.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
ls
51
$VCPKG_ROOT = "C:/vcpkg"
52
- $METIS_ROOT = Join-Path "${{ runner.workspace }}" "installs"
+ $METIS_ROOT = "${{ runner.workspace }}/installs" -replace '\\', '/'
53
$TRIPLET = "x64-windows-static"
54
$content = Get-Content pyproject.toml -Raw
55
$newContent = $content -replace 'cmake\.args = \[\s*"-DPYTHON_BUILD_SETUP=ON"\s*\]', @"
0 commit comments