From 9bb08228c2c26b3036d1d8442a2b87d13a6c8681 Mon Sep 17 00:00:00 2001 From: "Timothy M. Shead" Date: Wed, 26 Apr 2023 14:17:40 -0600 Subject: [PATCH] Sync regression tests with packaging changes. --- .github/workflows/regression-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index f5ca55e3..1a75f163 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -2,9 +2,9 @@ name: Regression tests on: push: - branches: [ main ] + branches: [ packaging ] pull_request: - branches: [ main ] + branches: [ packaging ] jobs: build: @@ -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