Skip to content

Commit bfafee0

Browse files
committed
--no-build-isolation
1 parent 8728b02 commit bfafee0

2 files changed

Lines changed: 2 additions & 2 deletions

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
7474
- name: Test
7575
run: |

.github/workflows/build_old.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
7474
- name: Test
7575
run: |

0 commit comments

Comments
 (0)