Skip to content

Commit e7bb845

Browse files
CI: remove uninstall of nomkl (pandas-dev#60150)
1 parent 4651ddb commit e7bb845

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
@@ -22,13 +22,6 @@ runs:
2222
fi
2323
shell: bash -el {0}
2424

25-
- name: Uninstall nomkl
26-
run: |
27-
if conda list nomkl | grep nomkl 1>/dev/null; then
28-
conda remove nomkl -y
29-
fi
30-
shell: bash -el {0}
31-
3225
- name: Build Pandas
3326
run: |
3427
if [[ ${{ inputs.editable }} == "true" ]]; then

0 commit comments

Comments
 (0)