We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 018a38e commit aedb17aCopy full SHA for aedb17a
.github/actions/build_pandas/action.yml
@@ -28,13 +28,6 @@ runs:
28
fi
29
shell: bash -el {0}
30
31
- - name: Uninstall nomkl
32
- run: |
33
- if conda list nomkl | grep nomkl 1>/dev/null; then
34
- conda remove nomkl -y
35
- fi
36
- shell: bash -el {0}
37
-
38
- name: Build Pandas
39
run: |
40
export CFLAGS="$CFLAGS ${{ inputs.cflags_adds }}"
0 commit comments