Skip to content

Commit 872190d

Browse files
committed
try empty channels
1 parent ad687df commit 872190d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/job.lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
uses: conda-incubator/setup-miniconda@v2
3737
with:
3838
python-version: ${{ matrix.python }}
39+
channels: []
3940
channel-priority: true
4041
activate-environment: jupyterlab-lsp
4142
environment-file: requirements/github-actions.yml

.github/workflows/job.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
uses: conda-incubator/setup-miniconda@v2
7878
with:
7979
python-version: ${{ matrix.python }}
80+
channels: []
8081
channel-priority: true
8182
auto-activate-base: true
8283
activate-environment: jupyterlab-lsp

0 commit comments

Comments
 (0)