Skip to content

Commit d9c88ff

Browse files
authored
Merge main
1 parent 9a09a98 commit d9c88ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-pandas/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
uses: conda-incubator/setup-miniconda@v2
2828
with:
2929
environment-file: ${{ inputs.environment-file }}
30-
channel-priority: strict
30+
channel-priority: ${{ runner.os == 'macOS' && 'flexible' || 'strict' }}
3131
channels: conda-forge
32-
mamba-version: "0.22"
32+
mamba-version: "0.23"
3333
use-mamba: true

0 commit comments

Comments
 (0)