Skip to content

Commit 4069d9e

Browse files
committed
another sweep of versions, ci, yaml notes, linting
1 parent 183016f commit 4069d9e

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/job.test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ jobs:
8383
auto-update-conda: true
8484
use-only-tar-bz2: true # needs to be set for caching to work properly
8585

86-
- name: Install pip dependencies
87-
run: pip install pytest-github-actions-annotate-failures
88-
8986
- name: Describe conda
9087
shell: bash -l {0}
9188
run: |
@@ -105,7 +102,7 @@ jobs:
105102
yarn-
106103
107104
- name: Install npm dependencies
108-
run: jlpm
105+
run: jlpm --ignore-optional
109106

110107
- name: Build the extension
111108
run: jlpm build

atest/07_Configuration.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Python
1313
... undefined name 'foo' (flake8)
1414

1515
YAML
16-
[Documentation] EXPECT FAIL Composer YAML files don't allow a "greetings" key
16+
[Documentation] Composer YAML files don't allow a "greetings" key
1717
Settings Should Change Editor Diagnostics YAML example.yaml yaml-language-server
1818
... {"yaml.schemas": {"http://json.schemastore.org/composer": "*"}}
1919
... duplicate key

py_src/jupyter_lsp/specs/bash_language_server.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import os
2-
31
from .config import load_config_schema
42
from .utils import NodeModuleSpec
53

requirements/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dependencies:
2828
- pytest-flake8
2929
- pytest-runner
3030
- ruamel_yaml
31+
- pytest-github-actions-annotate-failures
3132
# browser testing
3233
- bs4
3334
- firefox

0 commit comments

Comments
 (0)