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 75d7af5 commit 07b4590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[conv,qt]
pip install -r requirements.txt
pip install pylint
- name: Test with unittest
run: |
Expand All @@ -31,5 +33,4 @@ jobs:

- name: Analysing the code with pylint
run: |
pip install pylint
pylint $(git ls-files '*.py')
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
numpy
PyQt6

0 comments on commit 07b4590

Please sign in to comment.