Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 19, 2024
1 parent 8606e24 commit 6180684
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions actions/deptry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,13 @@ runs:
with:
python-version: ${{ inputs.python-version || '3.10' }}

- name: Install deptry

- name: Install pytest
shell: bash
run: |
poetry run pip install --no-cache-dir \
deptry
- name: Run tests
shell: bash
run : |
poetry run deptry ${{ inputs.source-folder || 'cvx' }}

0 comments on commit 6180684

Please sign in to comment.