Skip to content

Commit 048ed90

Browse files
authored
restrict channel to conda-forge
1 parent ac44311 commit 048ed90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
python-version: ${{ matrix.python }}
8484
#mamba-version: "*"
85-
channels: conda-forge,defaults
85+
channels: conda-forge
8686
channel-priority: true
8787
activate-environment: sage
8888
environment-file: src/${{ matrix.conda-env }}-${{ matrix.python }}.yml

0 commit comments

Comments
 (0)