Skip to content

Commit

Permalink
Fix CLI invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 4, 2024
1 parent c40ac51 commit 2509f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install project
run: |
uv venv --system
uv pip install --all-extras ./pyproject.toml
uv pip install --all-extras --requirement pyproject.toml .
- name: Generate dynamic doc
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Install project
run: |
uv venv --system
uv pip install --all-extras ./pyproject.toml
uv pip install --all-extras --requirement pyproject.toml .
- name: Install click@${{ matrix.click-version }}
if: matrix.click-version != 'released'
Expand Down

0 comments on commit 2509f64

Please sign in to comment.