Skip to content

Commit

Permalink
feat(ci): install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 28, 2023
1 parent efa6645 commit 0039eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec-tests/ci/run-spec-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -x
cd "$(dirname "$0")"

(cd ../bundler-spec-tests && pdm run update-deps)
(cd ../bundler-spec-tests && pdm install && pdm run update-deps)

(cd ../bundler-spec-tests && pdm run test --launcher-script=../launchers/rundler-launcher/rundler-launcher.sh $@)

Expand Down

0 comments on commit 0039eb2

Please sign in to comment.