We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a225310 commit 15ccca5Copy full SHA for 15ccca5
.github/workflows/sdist.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Install pandas from sdist
86
run: |
87
- micromamba info
+ mamba info
88
# Double check that we have the expected NumPy
89
pip list
90
pip list | egrep -i "numpy.+${{ matrix.numpy-version }}"
0 commit comments