Skip to content

Commit

Permalink
test click/cloup
Browse files Browse the repository at this point in the history
  • Loading branch information
behackl committed Nov 11, 2024
1 parent 34f46c6 commit 3224afd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,9 @@ jobs:
uv pip install .
uv pip install -r dev_dependencies.txt
- name: Test dependency colorama
- name: Test dependency click + cloup
run: |
uv run --no-project python -v -c "import colorama"
- name: Test dependency pytest_cov
run: |
uv run --no-project python -v -c "import pytest_cov"
uv run --no-project python -v -c "import click; import cloup;"
- name: Run tests
run: |
Expand Down

0 comments on commit 3224afd

Please sign in to comment.