Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Aug 23, 2024
1 parent 290a9ac commit 75d7af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.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 pylint numpy PyQt6
pip install -e .[conv,qt]
- name: Test with unittest
run: |
Expand All @@ -31,4 +31,5 @@ jobs:

- name: Analysing the code with pylint
run: |
pip install pylint
pylint $(git ls-files '*.py')

0 comments on commit 75d7af5

Please sign in to comment.