Skip to content

Commit aedb17a

Browse files
Backport PR pandas-dev#60150 on branch 2.3.x (CI: remove uninstall of nomkl) (pandas-dev#60160)
Backport PR pandas-dev#60150: CI: remove uninstall of nomkl Co-authored-by: Joris Van den Bossche <[email protected]>
1 parent 018a38e commit aedb17a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/actions/build_pandas/action.yml

-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@ runs:
2828
fi
2929
shell: bash -el {0}
3030

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-
3831
- name: Build Pandas
3932
run: |
4033
export CFLAGS="$CFLAGS ${{ inputs.cflags_adds }}"

0 commit comments

Comments
 (0)