From b0ff7bd7681e425d31272451e48e9b9a4c47b80c Mon Sep 17 00:00:00 2001 From: uvn390 Date: Wed, 7 Feb 2024 13:19:47 -0500 Subject: [PATCH 1/2] test notebooks --- .github/workflows/test-package.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 7964b1e5..6687c7d6 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -45,4 +45,4 @@ jobs: pip install dist/rubicon_ml-*.whl - name: Test with pytest run: | - pytest -m 'not run_notebooks and not write_files' + pytest -m diff --git a/setup.cfg b/setup.cfg index d6e2518d..5293cba1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -128,5 +128,5 @@ upgrade = s3fs scikit-learn command = - pytest -m 'not run_notebooks and not write_files' + pytest From 690f0ffe0dbeb23257d2e8ba3c63bdc58f8d218e Mon Sep 17 00:00:00 2001 From: uvn390 Date: Wed, 7 Feb 2024 13:24:45 -0500 Subject: [PATCH 2/2] removed -m flag --- .github/workflows/test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 6687c7d6..0692bfd5 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -45,4 +45,4 @@ jobs: pip install dist/rubicon_ml-*.whl - name: Test with pytest run: | - pytest -m + pytest