We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8728b02 commit bfafee0Copy full SHA for bfafee0
2 files changed
.github/workflows/build_latest.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
export PATH=${NETCDF_DIR}/bin:${PATH}
71
export NETCDF_PLUGIN_DIR=${{ github.workspace }}/netcdf-c-${NETCDF_VERSION}/plugins/plugindir
72
- python -m pip install .
+ python -m pip install . --no-build-isolation
73
74
- name: Test
75
.github/workflows/build_old.yml
0 commit comments