Skip to content

Commit

Permalink
Fix one more script
Browse files Browse the repository at this point in the history
  • Loading branch information
pradh committed Nov 28, 2023
1 parent 71a5279 commit cd71af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/us_epa/ghgrp/gen_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pushd ../../../
python3 -m venv .env
source .env/bin/activate
pip3 install -r requirements.txt -q
pip3 install -r requirements_all.txt -q
popd

# Generate schema to import_data/
Expand Down

0 comments on commit cd71af1

Please sign in to comment.