Skip to content

Commit 7da66be

Browse files
authored
Use Mambaforge for scheduled import testing (#1005)
1 parent 41c3137 commit 7da66be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-upstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ jobs:
138138
- name: Set up Python
139139
uses: conda-incubator/[email protected]
140140
with:
141+
miniforge-variant: Mambaforge
142+
use-mamba: true
141143
python-version: "3.8"
142-
mamba-version: "*"
143-
channels: conda-forge,nodefaults
144144
channel-priority: strict
145145
- name: Optionally update upstream cargo dependencies
146146
if: env.which_upstream == 'DataFusion'

0 commit comments

Comments
 (0)