Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ishworgiri1999 committed Aug 6, 2024
1 parent a172c37 commit ab5e9d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/license-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: |
python -m venv venv
. venv/bin/activate
pip install pipenv
pipenv requirements > requirements.txt
pip install -r requirements.txt
- name: Check licenses
Expand Down

0 comments on commit ab5e9d2

Please sign in to comment.