Skip to content

Commit

Permalink
fix all dependencies being incorrectly installed in `generateAllDocst…
Browse files Browse the repository at this point in the history
…ubs.sh`
  • Loading branch information
DetachHead committed Nov 19, 2024
1 parent f8d4b08 commit f186503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion based_build/generateAllDocstubs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
for pythonVersion in 3.13 3.12 3.11 3.10 3.9 3.8; do
./pw uv venv --python $pythonVersion
./pw uv sync --only-group=docstubs --no-install-project
./pw uv run npm run generate-docstubs
./pw uv run --no-sync npm run generate-docstubs
done

0 comments on commit f186503

Please sign in to comment.