Skip to content

Commit

Permalink
Fixing install_dev_python_modules Make command (#25710)
Browse files Browse the repository at this point in the history
## Summary & Motivation
Addressing #25709

## How I Tested These Changes
Created a new virtual environment, then ran `make
install_dev_python_modules`, confirming the modules were installed
correctly.
  • Loading branch information
zyd14 authored Nov 4, 2024
1 parent adbfb0f commit c5944bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ prettier:
':!:README.md'` --write

install_dev_python_modules:
python scripts/install_dev_python_modules.py -qqq
python scripts/install_dev_python_modules.py -q

install_dev_python_modules_verbose:
python scripts/install_dev_python_modules.py

install_dev_python_modules_verbose_m1:
python scripts/install_dev_python_modules.py -qqq --include-prebuilt-grpcio-wheel
python scripts/install_dev_python_modules.py -q --include-prebuilt-grpcio-wheel

graphql:
cd js_modules/dagster-ui/; make generate-graphql; make generate-perms
Expand Down

0 comments on commit c5944bd

Please sign in to comment.