Skip to content

Commit

Permalink
chore(ci): fix nvm version usage for web parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Jul 18, 2024
1 parent 35b8970 commit d3c8098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ bench_web_js_api_parallel: build_web_js_api_parallel
.PHONY: bench_web_js_api_parallel_ci # Run benchmarks for the web wasm api
bench_web_js_api_parallel_ci: build_web_js_api_parallel
source ~/.nvm/nvm.sh && \
nvm use node && \
nvm use $(NODE_VERSION) && \
$(MAKE) -C tfhe/web_wasm_parallel_tests bench-ci

#
Expand Down

0 comments on commit d3c8098

Please sign in to comment.