Skip to content

Commit

Permalink
install requirements in start-rest-catalog.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmonster committed Feb 19, 2025
1 parent 20febb3 commit 6df0132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ data_large: data data_clean
python3 scripts/data_generators/generate_data.py

configure_ci: data_clean
python3 -m pip install -r scripts/requirements.txt
./scripts/start-rest-catalog.sh
make data

Expand Down
2 changes: 2 additions & 0 deletions scripts/start-rest-catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ fi
mkdir -p data_generated/data/spark-rest
mkdir -p data_generated/intermediates

python3 -m pip install -r scripts/requirements.txt

# cd into scripts where docker-compose file is.
cd scripts

Expand Down

0 comments on commit 6df0132

Please sign in to comment.