chore(internal): add slightly better logging to scripts (#1422) · furai/openai-python@526a05e · GitHub
Skip to content

Commit 526a05e

Browse files
committed
chore(internal): add slightly better logging to scripts (openai#1422)
1 parent e2214ce commit 526a05e

4 files changed

Lines changed: 8 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 13 deletions

scripts/format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -e
44

55
cd "$(dirname "$0")/.."
66

7+
echo "==> Running formatters"
78
rye run format
8-

scripts/lint

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ set -e
44

55
cd "$(dirname "$0")/.."
66

7+
echo "==> Running lints"
78
rye run lint
89

10+
echo "==> Making sure it imports"
11+
rye run python -c 'import openai'
12+

scripts/test

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)