Skip to content

Commit

Permalink
v4.4.3
Browse files Browse the repository at this point in the history
=====================================================================

--- Bug Fixes ----------------------------

- fixed a(nother) bug which emerged from the latest version of github's
  actions/runner-images; zx is now forcibly managed by the runner, so
  install scripts must be skipped in CI
  • Loading branch information
wrynegade committed May 14, 2024
1 parent a945dae commit 6aba11d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/lib/scwrypts/virtualenv.module.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ ACTIVATE_VIRTUALENV__scwrypts__zx() {
UPDATE_VIRTUALENV__scwrypts__zx() {
local NPM_INSTALL_ARGS=()

[ $CI ] && NPM_INSTALL_ARGS+=(--ignore-scripts)

cd "$SCWRYPTS_ROOT__scwrypts/zx"
npm install ${NPM_INSTALL_ARGS[@]}
}
Expand Down

0 comments on commit 6aba11d

Please sign in to comment.