We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872190d commit 4e40df8Copy full SHA for 4e40df8
.github/workflows/job.lint.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: conda-incubator/setup-miniconda@v2
37
with:
38
python-version: ${{ matrix.python }}
39
- channels: []
+ condarc-file: requirements/.condarc
40
channel-priority: true
41
activate-environment: jupyterlab-lsp
42
environment-file: requirements/github-actions.yml
.github/workflows/job.test.yml
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
auto-activate-base: true
83
requirements/.condarc
@@ -0,0 +1,2 @@
1
+channels: []
2
+default_channels: []
0 commit comments