Skip to content

Commit b9aa1ea

Browse files
committed
remove channels specified in workflows
1 parent 3237bf8 commit b9aa1ea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/job.lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
uses: conda-incubator/setup-miniconda@16930e6
3838
with:
3939
python-version: ${{ matrix.python }}
40-
channels: conda-forge, defaults
4140
channel-priority: true
4241
activate-environment: jupyterlab-lsp
4342
environment-file: requirements/github-actions.yml

.github/workflows/job.test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
uses: conda-incubator/setup-miniconda@16930e6
7979
with:
8080
python-version: ${{ matrix.python }}
81-
channels: conda-forge, defaults
8281
channel-priority: true
8382
auto-activate-base: true
8483
activate-environment: jupyterlab-lsp

0 commit comments

Comments
 (0)