Skip to content

Commit

Permalink
add orjson to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Jun 19, 2024
1 parent 4fbcb2d commit 0f87f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pycse-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 0f87f90

Please sign in to comment.