Skip to content

Commit

Permalink
Use Python "-I" option to isolate user environment
Browse files Browse the repository at this point in the history
Issue #276
  • Loading branch information
xxyzz committed Dec 10, 2024
1 parent e341f48 commit 61b9cde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
python -m pip install ruff
python -m ruff check .
python -m ruff format --diff .
- uses: crate-ci/typos@v1.27.0
- uses: crate-ci/typos@v1.28.2
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: dawidd6/action-download-artifact@v6
- uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
skip_unpack: true
Expand Down
1 change: 1 addition & 0 deletions parse_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def do_job(
data.plugin_path = str(data.plugin_path)
args = [
py_path,
"-I", # isolate user env
str(data.plugin_path),
json.dumps(asdict(data)),
dump_prefs(prefs),
Expand Down

0 comments on commit 61b9cde

Please sign in to comment.