Skip to content

Commit 4e40df8

Browse files
committed
try condarc
1 parent 872190d commit 4e40df8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/job.lint.yml

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

.github/workflows/job.test.yml

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

requirements/.condarc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
channels: []
2+
default_channels: []

0 commit comments

Comments
 (0)