Skip to content

Commit

Permalink
Merge pull request #488 from loathingKernel/develop
Browse files Browse the repository at this point in the history
workflows: update checks workflow
  • Loading branch information
loathingKernel authored Dec 28, 2024
2 parents d379f65 + 68e28cb commit e270a18
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,14 @@ jobs:
python3 -m pip install --upgrade pip
pip3 install astroid
pip3 install pylint
- name: Install Target Dependencies
- name: Install target dependencies
run: |
pip3 install -r requirements.txt
pip3 install -r requirements-presence.txt
- name: Install Development Dependencies
pip3 install -r misc/requirements.in
- name: Generate version information
run: |
pip3 install setuptools-scm
python3 -m setuptools_scm --force-write-version-files
- name: Install development dependencies
run: |
pip3 install qstylizer
- name: Analysis with pylint
Expand Down

0 comments on commit e270a18

Please sign in to comment.