Skip to content

Commit 3920934

Browse files
fix no results found
1 parent f058641 commit 3920934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: |
7979
source .venv/bin/activate
8080
echo "Installed packages: "
81-
pip list | grep -i grhub
8281
pip list | grep guardrails
82+
pip list | grep -i grhub || exit 0
8383
8484

0 commit comments

Comments
 (0)