Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/example_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ jobs:

- name: Install the Python environment manager
uses: astral-sh/setup-uv@v5
with:
enable-cache: false

- name: Install the CLI tool
run: cargo install --path rust_crate_cli
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quality_control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:

- name: Install the Python environment manager
uses: astral-sh/setup-uv@v5
with:
enable-cache: false

- name: Run Pyright
run: uv run pyright
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:

- name: Install the Python environment manager
uses: astral-sh/setup-uv@v5
with:
enable-cache: false

- name: Install the CLI tool
run: cargo install --path rust_crate_cli
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/user_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:

- name: Install the Python environment manager
uses: astral-sh/setup-uv@v5
with:
enable-cache: false

- name: Install the CLI tool
run: cargo install rinf_cli
Expand Down