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 618e27b commit 823b7b9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,12 @@ jobs:
HOMEBREW_NO_INSTALL_CLEANUP=1
brew install supabase/tap/supabase
bash scripts/update-env.sh
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}

- name: Install dependencies
run: |
uv python install ${{ matrix.python-version }}
cd backend
uv sync --python ${{ matrix.python-version }} --all-extras --dev
- name: Run tests
run: |
uv run bash scripts/pre-start.sh
uv run bash scripts/tests-start.sh
release:
name: Bump Version and Release
Expand Down

0 comments on commit 823b7b9

Please sign in to comment.