Skip to content

Commit

Permalink
use pip-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
roefem committed Jun 26, 2024
1 parent 6ef4c2b commit 9c52f90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install --upgrade pip
pip install pip-tools
pip-sync requirements-dev.txt
- name: Black code style check
run: |
Expand Down

0 comments on commit 9c52f90

Please sign in to comment.