Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller authored Jan 30, 2025
1 parent 1f5b710 commit 618e27b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,7 @@ jobs:
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
HOMEBREW_NO_INSTALL_CLEANUP=1
brew install supabase/tap/supabase
- name: Start supabase
run: supabase start

- name: Update .env
run: bash scripts/update-env.sh
bash scripts/update-env.sh
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
Expand Down

0 comments on commit 618e27b

Please sign in to comment.