Skip to content

Commit 1002933

Browse files
committed
Remove unused FETCH_DEPENDENCIES variable from CIBW_ENVIRONMENT in compile.yml
1 parent 36f0bf9 commit 1002933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
CIBW_BUILD_VERBOSITY: 1
4949
CIBW_BEFORE_ALL: bash .github/workflows/prebuild.sh ${{ matrix.os }}
5050
CIBW_ENVIRONMENT: >
51-
FETCH_DEPENDENCIES=OFF DEPENDENCIES_ONLY=OFF CMAKE_PREFIX_PATH=be/install VTK_DIR=be/install/vtk/vtk-9.3.1.data/headers/cmake MACOSX_DEPLOYMENT_TARGET=10.13
51+
FETCH_DEPENDENCIES=OFF CMAKE_PREFIX_PATH=be/install VTK_DIR=be/install/vtk/vtk-9.3.1.data/headers/cmake MACOSX_DEPLOYMENT_TARGET=10.13
5252
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
5353
DYLD_LIBRARY_PATH=./be/install/vtk/shared delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
5454
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >

0 commit comments

Comments
 (0)