Skip to content

Commit 7ee8f11

Browse files
committed
Revert "drop env variable"
This reverts commit 70253f8.
1 parent 70253f8 commit 7ee8f11

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python_packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
CIBW_SKIP: "*-win32"
6565
CIBW_TEST_COMMAND: python -c "import pygeodiff; pygeodiff.GeoDiff().version()"
6666
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --add-path C:/vcpkg/installed/x64-windows/bin --no-mangle-all -v -w {dest_dir} {wheel}"
67+
MSBUILDDISABLENODEREUSE: "1"
6768

6869
steps:
6970
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)