Skip to content

Commit

Permalink
ci: install all dependencies through just pgai install
Browse files Browse the repository at this point in the history
  • Loading branch information
smoya committed Dec 20, 2024
1 parent a4298c3 commit fb90c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
python-version-file: "./projects/pgai/.python-version"

- name: Install dependencies
working-directory: ./projects/pgai
run: uv sync --all-extras
run: just pgai install

- name: Lint
run: just pgai lint
Expand Down
2 changes: 1 addition & 1 deletion projects/pgai/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:

# Install the wheel package locally
install:
@uv sync
@uv sync --all-extras

# Remove the installed pgai package
uninstall:
Expand Down

0 comments on commit fb90c32

Please sign in to comment.