Skip to content

Commit 20c6db3

Browse files
committed
Fix
1 parent 7cd6b2f commit 20c6db3

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)