CI: Fix conda_forge_recipe package check (#53203) · pandas-dev/pandas@b033ca9 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit b033ca9
CI: Fix conda_forge_recipe package check (#53203)
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -70,7 +70,7 @@ jobs: | ||
70 | 70 | uses: mamba-org/setup-micromamba@v1 |
71 | 71 | with: |
72 | 72 | environment-name: recipe-test |
73 | -extra-specs: >- | |
73 | +create-args: >- | |
74 | 74 | python=${{ matrix.python-version }} |
75 | 75 | boa |
76 | 76 | conda-verify |