Skip to content

Commit

Permalink
revert to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hafner committed Jan 23, 2024
1 parent b902317 commit d338683
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install -e .[dev]
- name: Run unit tests
- name: Test with tox
run: |
python -m unittest discover orangecontrib/storynavigation
tox -vv
env:
QT_QPA_PLATFORM: offscreen

Expand Down Expand Up @@ -69,8 +68,8 @@ jobs:
# flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run unit tests
- name: Test with tox
run: |
python -m unittest discover orangecontrib/storynavigation
tox -vv
env:
QT_QPA_PLATFORM: offscreen

0 comments on commit d338683

Please sign in to comment.