Add "Set as Working Directory" command #1091
Triggered via pull request
November 23, 2024 01:32
Status
Failure
Total duration
11m 16s
Artifacts
–
positron-python-ci.yml
on: pull_request
Lint
2m 1s
Check Python types
3m 1s
Matrix: Test Positron IPyKernel
Matrix: Test Minimum Positron IPyKernel Dependencies
Matrix: Python Tests
Matrix: Test TypeScript
Annotations
3 errors and 15 warnings
Check Python types:
extensions/positron-python/python_files/positron/positron_ipykernel/ui.py#L94
Expression of type "dict[str, ((kernel: PositronIPyKernel, params: List[JsonData]) -> None) | ((kernel: PositronIPyKernel, params: List[JsonData]) -> bool)]" cannot be assigned to declared type "Dict[str, (List[JsonData]) -> JsonData]"
Type "(kernel: PositronIPyKernel, params: List[JsonData]) -> None" cannot be assigned to type "(List[JsonData]) -> JsonData"
Parameter 1: type "List[JsonData]" cannot be assigned to type "PositronIPyKernel"
"List[JsonData]" is incompatible with "PositronIPyKernel"
Function accepts too few positional parameters; expected 2 but received 1
Type "(kernel: PositronIPyKernel, params: List[JsonData]) -> bool" cannot be assigned to type "(List[JsonData]) -> JsonData"
Parameter 1: type "List[JsonData]" cannot be assigned to type "PositronIPyKernel"
"List[JsonData]" is incompatible with "PositronIPyKernel"
Function accepts too few positional parameters; expected 2 but received 1 (reportGeneralTypeIssues)
|
Check Python types:
extensions/positron-python/python_files/positron/positron_ipykernel/ui.py#L175
Expected 1 positional argument (reportGeneralTypeIssues)
|
Check Python types
2 errors
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (ubuntu-latest, 3.x, functional)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (macos-latest, 3.x, functional)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (macos-latest, 3.x, debugger)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test TypeScript (macos-latest, 3.x, debugger)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, GabrielBB/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (macos-latest, 3.x, venv)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test TypeScript (macos-latest, 3.x, venv)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, GabrielBB/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (macos-latest, 3.x, venv)
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
|
Test TypeScript (macos-latest, 3.x, ts-unit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (macos-latest, 3.x, smoke)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (ubuntu-latest, 3.x, ts-unit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (macos-latest, 3.x, single-workspace)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test TypeScript (macos-latest, 3.x, single-workspace)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, GabrielBB/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (windows-latest, 3.x, functional)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test TypeScript (windows-latest, 3.x, ts-unit)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|