Skip to content

Commit

Permalink
fix(workflow): add psycopg2 to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
smaspons authored Jul 31, 2024
1 parent 1915e42 commit 9501d45
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test/execute_sql_files.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
import argparse
import psycopg2
from psycopg2 import sql


def execute_sql_file(conn, file_path):
Expand Down
1 change: 1 addition & 0 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
psycopg2

0 comments on commit 9501d45

Please sign in to comment.