Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
install the project
Browse files Browse the repository at this point in the history
  • Loading branch information
marijncv committed Dec 9, 2024
1 parent b8873ce commit 7edad9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
working-directory: example-dagster-pipes-rust-project
run: uv python install

- name: "Install the project"
working-directory: example-dagster-pipes-rust-project
run: uv sync --all-extras --dev

- name: "Lint"
working-directory: example-dagster-pipes-rust-project
run: uv run make ruff
Expand Down

0 comments on commit 7edad9a

Please sign in to comment.