From 0f87f90ecb15018e4eefd8bb934dbb83d49cba75 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Wed, 19 Jun 2024 13:28:02 -0400 Subject: [PATCH] add orjson to workflow --- .github/workflows/pycse-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pycse-tests.yaml b/.github/workflows/pycse-tests.yaml index 9091a0c1..d71f747f 100644 --- a/.github/workflows/pycse-tests.yaml +++ b/.github/workflows/pycse-tests.yaml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - run: | - pip install numpy scipy matplotlib pandas IPython ipykernel nbconvert python-coveralls pytest pytest-cov coverage numdifftools joblib pycse + pip install numpy scipy matplotlib pandas IPython ipykernel nbconvert python-coveralls pytest pytest-cov coverage numdifftools joblib orjson pycse pytest coverage run -m pytest pycse coverage report -m --include=pycse/*