Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc authored Aug 30, 2024
1 parent 0d22efc commit 1fa4a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install uv --system
uv pip install -r requirements.txt
pip install uv
uv pip install --system -r requirements.txt
- name: Analyzing the code with pylint
run: |
pylint $(git ls-files '*.py')
Expand Down

0 comments on commit 1fa4a59

Please sign in to comment.