Skip to content

Commit

Permalink
Fix CLI generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 25, 2024
1 parent bb1bc96 commit da7c20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ jobs:
run: >
uv --no-progress run
${{ matrix.click-version != 'released'
&& format('--with "git+https://github.com/pallets/click.git@{0}"', matrix.click-version) }}
&& format('--with "git+https://github.com/pallets/click.git@{0}"', matrix.click-version) || '' }}
${{ matrix.cloup-version != 'released'
&& format('--with "git+https://github.com/janluke/cloup.git@{0}"', matrix.cloup-version) }}
&& format('--with "git+https://github.com/janluke/cloup.git@{0}"', matrix.cloup-version) || ''}}
--
pytest
Expand Down

0 comments on commit da7c20c

Please sign in to comment.