Skip to content

Commit 408e83e

Browse files
committed
Fix
1 parent ad5dd75 commit 408e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdist.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
- name: Install pandas from sdist
8686
run: |
87-
micromamba info
87+
mamba info
8888
# Double check that we have the expected NumPy
8989
pip list
9090
pip list | egrep -i "numpy.+${{ matrix.numpy-version }}"

0 commit comments

Comments
 (0)