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 4a38299 commit 3d22160Copy full SHA for 3d22160
.github/workflows/dependency-tests.yml
@@ -33,9 +33,6 @@ jobs:
33
uses: ./.github/actions/build
34
with:
35
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
39
- name: Downgrade dependencies
40
run: |
41
pip install -I pylint==2.10.0
@@ -60,9 +57,6 @@ jobs:
60
57
61
58
62
59
63
64
65
66
- name: Run tests (Linux)
67
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
68
if: ${{ runner.os == 'Linux' }}
0 commit comments