Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 46ad497

Browse filesBrowse files
chore(internal): minor formatting changes (#2050)
1 parent b9824d2 commit 46ad497
Copy full SHA for 46ad497

File tree

Expand file treeCollapse file tree

3 files changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-3
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
- name: Run lints
3232
run: ./scripts/lint
33+
3334
test:
3435
name: test
3536
runs-on: ubuntu-latest
@@ -51,4 +52,3 @@ jobs:
5152

5253
- name: Run tests
5354
run: ./scripts/test
54-

‎scripts/bootstrap

Copy file name to clipboardExpand all lines: scripts/bootstrap
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

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

7-
if [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ]; then
7+
if ! command -v rye >/dev/null 2>&1 && [ -f "Brewfile" ] && [ "$(uname -s)" = "Darwin" ]; then
88
brew bundle check >/dev/null 2>&1 || {
99
echo "==> Installing Homebrew dependencies…"
1010
brew bundle

‎scripts/lint

Copy file name to clipboardExpand all lines: scripts/lint
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ rye run lint
99

1010
echo "==> Making sure it imports"
1111
rye run python -c 'import openai'
12-

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.