Skip to content

Commit

Permalink
Backport PR pandas-dev#60150: CI: remove uninstall of nomkl
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche authored and meeseeksmachine committed Oct 31, 2024
1 parent 4f189a4 commit ecd30ba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/build_pandas/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ runs:
fi
shell: bash -el {0}

- name: Uninstall nomkl
run: |
if conda list nomkl | grep nomkl 1>/dev/null; then
conda remove nomkl -y
fi
shell: bash -el {0}

- name: Build Pandas
run: |
export CFLAGS="$CFLAGS ${{ inputs.cflags_adds }}"
Expand Down

0 comments on commit ecd30ba

Please sign in to comment.