From f4006962de7a0bc6da150d010726067254bf1bdb Mon Sep 17 00:00:00 2001 From: Cameron Irmas Date: Thu, 3 Aug 2023 20:22:24 -0700 Subject: [PATCH] Use hopp tests only --- .github/workflows/ci.yml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf962d202..a4f32aa2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: - name: Unit tests run: | pip install pytest - PYTHONPATH=. pytest tests + PYTHONPATH=. pytest tests/hopp - name: Lint with flake8 run: | # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide diff --git a/requirements.txt b/requirements.txt index 327575b0e..113a20755 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ nlopt numpy<1.25 numpy-financial optuna -pandas>=1.5 +pandas pint pvmismatch pyDOE2