Skip to content

Commit ecd30ba

Browse files
jorisvandenbosschemeeseeksmachine
authored andcommitted
Backport PR pandas-dev#60150: CI: remove uninstall of nomkl
1 parent 4f189a4 commit ecd30ba

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)