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 ad687df commit 872190dCopy full SHA for 872190d
.github/workflows/job.lint.yml
@@ -36,6 +36,7 @@ jobs:
36
uses: conda-incubator/setup-miniconda@v2
37
with:
38
python-version: ${{ matrix.python }}
39
+ channels: []
40
channel-priority: true
41
activate-environment: jupyterlab-lsp
42
environment-file: requirements/github-actions.yml
.github/workflows/job.test.yml
@@ -77,6 +77,7 @@ jobs:
77
78
79
80
81
82
auto-activate-base: true
83
0 commit comments