Skip to content

Commit

Permalink
chore(ci): Change update requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lperdereau committed Dec 17, 2024
1 parent e4d1ef8 commit a0b0449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
pip install -r requirements-dev.txt
- name: Run black
run: python -m black . --check

Expand All @@ -42,6 +42,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
pip install -r requirements-dev.txt
- name: Run pylint
run: python -m pylint src/

0 comments on commit a0b0449

Please sign in to comment.