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 2a1ca9d commit 4388b03Copy full SHA for 4388b03
.github/actions/build_pandas/action.yml
@@ -22,13 +22,6 @@ runs:
22
fi
23
shell: bash -el {0}
24
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
-
32
- name: Build Pandas
33
run: |
34
if [[ ${{ inputs.editable }} == "true" ]]; then
0 commit comments