Skip to content

Commit

Permalink
chore[query-filter] - updates the e2e file
Browse files Browse the repository at this point in the history
Signed-off-by: Kanchan Dhamane <dhamane.kanchan@gmail.com>
  • Loading branch information
kanchan-dhamane committed Jan 2, 2024
1 parent 640726c commit 731cb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/testing/e2e/e2e
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GUAC_DIR=$(cd ${SCRIPT_DIR}/../../..; pwd)
guac_data_hash="254d737ebc42ca32f95033e93370f5427e3fce64"

echo @@@@ Installing gql Python package
pip3 install gql[all]
pip install gql[all]

echo @@@@ Cloning guac-data
pushd "$GUAC_DIR"
Expand Down

0 comments on commit 731cb11

Please sign in to comment.