Skip to content

Commit 3d22160

Browse files
committed
Remove unnecessary uninstall
1 parent 4a38299 commit 3d22160

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/dependency-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
uses: ./.github/actions/build
3434
with:
3535
partial: true
36-
- name: Uninstall dependencies
37-
run: |
38-
(brew uninstall pylint || echo 'pylint was not installed using brew') && python3 -m pip uninstall -y pylint
3936
- name: Downgrade dependencies
4037
run: |
4138
pip install -I pylint==2.10.0
@@ -60,9 +57,6 @@ jobs:
6057
uses: ./.github/actions/build
6158
with:
6259
partial: true
63-
- name: Uninstall dependencies
64-
run: |
65-
(brew uninstall pylint || echo 'pylint was not installed using brew') && python3 -m pip uninstall -y pylint
6660
- name: Run tests (Linux)
6761
run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx --yes cross-env LF_VS_CODE_ALLOW_GLOBAL_UNINSTALLS=OK npm run test-dependencies-missing-extended
6862
if: ${{ runner.os == 'Linux' }}

0 commit comments

Comments
 (0)