We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff16cdb commit 1abd1a7Copy full SHA for 1abd1a7
.github/workflows/database.yml
@@ -88,6 +88,8 @@ jobs:
88
89
- uses: conda-incubator/setup-miniconda@v2
90
with:
91
+ mamba-version: "*"
92
+ channels: conda-forge,defaults
93
activate-environment: pandas-dev
94
channel-priority: strict
95
environment-file: ${{ matrix.ENV_FILE }}
.github/workflows/posix.yml
@@ -81,6 +81,8 @@ jobs:
81
82
83
84
85
86
87
channel-priority: flexible
environment-file: ${{ env.ENV_FILE }}
0 commit comments