Skip to content

Commit

Permalink
Add lite install script that doesn't build submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
mjain-jump committed Jul 29, 2024
1 parent 066cbf6 commit c649873
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install_lite.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source /opt/rh/gcc-toolset-12/enable
python3.11 -m venv test_suite_env
source test_suite_env/bin/activate
sudo dnf install -y python3.11-devel || true
pip install -e ".[dev]"

0 comments on commit c649873

Please sign in to comment.