Skip to content

Commit

Permalink
Sync regression tests with packaging changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tshead2 committed Apr 26, 2023
1 parent 9ea0947 commit 9bb0822
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/regression-tests.yml
Expand Up @@ -2,9 +2,9 @@ name: Regression tests

on:
push:
branches: [ main ]
branches: [ packaging ]
pull_request:
branches: [ main ]
branches: [ packaging ]

jobs:
build:
Expand All @@ -24,8 +24,8 @@ jobs:
run: |
sudo apt-get install ffmpeg ghostscript
python -m pip install --upgrade pip
pip install behave coverage coveralls ipython mock nbformat nose pandas Pillow scikit-image xmldiff
pip install .
pip install coveralls
pip install .[all]
- name: Run tests
run: |
coverage run --source toyplot -m behave --tags=~wip --logging-level INFO --no-logcapture
Expand Down

0 comments on commit 9bb0822

Please sign in to comment.