Skip to content

Commit 967718e

Browse files
fix actions name
1 parent 5c23d90 commit 967718e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/actions/build-vsix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
run: python -m pip install wheel nox
4141
shell: bash
4242

43-
- name: Install Python Extension dependencies (jedi, debugpy, etc.)
43+
- name: Install Python Extension dependencies (jedi, etc.)
4444
run: nox --session install_python_libs
4545
shell: bash
4646

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: Install build pre-requisite
195195
run: python -m pip install wheel nox
196196

197-
- name: Install Python Extension dependencies (jedi, debugpy, etc.)
197+
- name: Install Python Extension dependencies (jedi, etc.)
198198
run: nox --session install_python_libs
199199

200200
- name: Install test requirements

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- name: Install build pre-requisite
183183
run: python -m pip install wheel nox
184184

185-
- name: Install Python Extension dependencies (jedi, debugpy, etc.)
185+
- name: Install Python Extension dependencies (jedi, etc.)
186186
run: nox --session install_python_libs
187187

188188
- name: Install test requirements

build/azure-pipeline.pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ extends:
5454

5555
- script: |
5656
nox --session install_python_libs
57-
displayName: Install debugpy, Jedi, get-pip, etc
57+
displayName: Install Jedi, get-pip, etc
5858
5959
- script: |
6060
python ./build/update_ext_version.py --for-publishing

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extends:
4949

5050
- script: |
5151
nox --session install_python_libs
52-
displayName: Install debugpy, Jedi, get-pip, etc
52+
displayName: Install Jedi, get-pip, etc
5353
5454
- script: |
5555
python ./build/update_ext_version.py --release --for-publishing

0 commit comments

Comments
 (0)