Skip to content

Commit 4298ebe

Browse files
shaypal5Copilot
andauthored
Update scripts/test-local.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 52bf192 commit 4298ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/test-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ check_dependencies() {
291291
if echo "$SELECTED_CORES" | grep -qw "sql"; then
292292
if ! python -c "import sqlalchemy" 2>/dev/null; then
293293
print_message $YELLOW "Installing SQL test requirements..."
294-
pip install -r tests/sql_requirements.txt || {
294+
pip install -r tests/requirements_postgres.txt || {
295295
print_message $RED "Failed to install SQL requirements"
296296
exit 1
297297
}

0 commit comments

Comments
 (0)