Skip to content

Commit e705000

Browse files
Jeffrey WhitakerJeffrey Whitaker
authored andcommitted
try --no-build-isolation
1 parent c59f365 commit e705000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
export PATH=${NETCDF_DIR}/bin:${PATH}
7171
export NETCDF_PLUGIN_DIR=${{ github.workspace }}/netcdf-c-${NETCDF_VERSION}/plugins/plugindir
72-
python -m pip install .
72+
python -m pip install . --no-build-isolation
7373
- name: Test
7474
run: |
7575
export PATH=${NETCDF_DIR}/bin:${PATH}

0 commit comments

Comments
 (0)