Skip to content

Commit 53e8b82

Browse files
committed
try just channels in actions
1 parent 4e40df8 commit 53e8b82

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/job.lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
python-version: ${{ matrix.python }}
3939
condarc-file: requirements/.condarc
40+
channels: conda-forge, anaconda, msys2
4041
channel-priority: true
4142
activate-environment: jupyterlab-lsp
4243
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
@@ -79,6 +79,7 @@ jobs:
7979
python-version: ${{ matrix.python }}
8080
condarc-file: requirements/.condarc
8181
channel-priority: true
82+
channels: conda-forge, anaconda, msys2
8283
auto-activate-base: true
8384
activate-environment: jupyterlab-lsp
8485
environment-file: requirements/github-actions.yml

requirements/github-actions.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: jupyterlab-lsp
22

3-
channels:
4-
- conda-forge
5-
- defaults
6-
73
dependencies:
84
- jupyterlab {lab}
95
# build dependencies

0 commit comments

Comments
 (0)