Skip to content

Commit

Permalink
clnvm: Update check task
Browse files Browse the repository at this point in the history
CI was complaining about the usage of `--extra`, switch to `--dev`
instead to include the `dev` dependency-group.

Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
  • Loading branch information
nepet committed Feb 18, 2025
1 parent cddf378 commit 4402e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/cln-version-manager/.tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: '3'
tasks:
check:
cmds:
- uv run --extra dev mypy clnvm
- uv run --extra dev pytest tests -vvv -s
- uv run --dev mypy clnvm
- uv run --dev pytest tests -vvv -s

build:
cmds:
Expand Down

0 comments on commit 4402e07

Please # to comment.