Skip to content

Commit

Permalink
Another cross-platform export
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed May 23, 2024
1 parent 4dcafe9 commit fc5ff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
partial: true
- name: Uninstall dependencies
run: |
PIP_BREAK_SYSTEM_PACKAGES=1 python3 -m pip uninstall -y pylint
npx --yes cross-env PIP_BREAK_SYSTEM_PACKAGES=1 python3 -m pip uninstall -y pylint
- name: Run tests (Linux)
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
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit fc5ff2d

Please sign in to comment.